-
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
Feat/navigation menu #27
Conversation
✅ Deploy Preview for frontend-app-channel4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for frontend-app-channel4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…oding in menu file
Implemented the new navigation options: there isn't a lot of space on mobile. I wonder if we could shrink the text in mobile or maybe add a scroll effect @thebeyondr ? |
Both maybe. Lets make the text a bit smaller and if it still overflows, add a scroll. Also I think the options should be sentence case instead of title case. (i.e. "Choose tags" instead of "Choose Tags") |
Shrunk the text padding, and margin for mobile. Think it looks pretty good. Also changed to sentence case 🫡 |
Implement navigation menu to resolve: #24
Note: Sign-in logic currently hardcoded until web3auth is implemented