-
Notifications
You must be signed in to change notification settings - Fork 341
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
Updated packages and fixed breaking changes. #10
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for this PR. Any reason you used const function instead of normal one? |
Also check the Nav & footer menu in mobile. Looks broken in this deployment preview |
…lor issues with widget in dark mode by adding text color.
cd67d44
to
e35ec14
Compare
I used the const as it's just preference due to readibility, but I can change it back at your discretion. I fixed the navbar and footer issues, they were being caused by the refactor of the links and the use of spans so I removed them. Also fixed an issue with the widget in dark mode and refactored the tailwinds config. |
Merged. Thank you! |
Updated packages to the latest versions and fixed breaking changes.