-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
labs #20
base: dev
Are you sure you want to change the base?
labs #20
Conversation
src/components/labs/lab.tsx
Outdated
} | ||
] | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Essaie de fragmenter ta logique. Ici tu as deux composants et un jeu de données dans le même fichier. Tu peux mettre tes données dans un fichier dans le dossier "data" par exemple et le composant lab dans un autre fichier dans le même dossier.
src/styles/globals.css
Outdated
margin-left: 15px; | ||
margin-right: 50px; | ||
} | ||
.droite{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tu peux supprimer les classes que t'utilises pas (je crois que t'as utilisé que tailwind)
src/components/labs/interfaces.tsx
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ton fichier peut juste être en .ts (mais c'est du détail)
…to sectionLabs
No description provided.