-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Really beautiful first touch! I would prefer that we stay away from hard coded style values as much as possible in tailwind in favour of using the base style system they provide.
For example:
mt-[20px] should become mt-5.
A quick tip to get those quickly is to use cmd+k in the tailwind docs:
packages/akeru-frontend/app/components/layout/header/header.tsx
Outdated
Show resolved
Hide resolved
packages/akeru-frontend/app/components/layout/header/header.tsx
Outdated
Show resolved
Hide resolved
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.
tiny more tweaks but great improvements!!
Co-authored-by: Gui Bibeau <[email protected]>
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.
Well done! 🔥 🚀
ship it! 🚢
Yay!!!!!!!!!! |
Description of the pull request
Changes made
This PR fixes #51
....
Related issues
Testings done
Screenshots (if any)
Checklist