-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix: App bar fixes #392
fix: App bar fixes #392
Conversation
This won't work, the text is white on beige background @alexgarel |
<MuiLink | ||
sx={{ mr: 2, display: "flex", alignSelf: "center" }} | ||
href="https://world.openfoodfacts.org/" | ||
href="https://ui.taxonomy.openfoodfacts.net/" | ||
target="_blank" | ||
> |
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.
This should probably be a react-router-dom
Link
to the /
path (you can look at how it is done below with the Taxonomy Editor
text), as the link we want the logo to poin to depends on where the app is deployed
@eric-nguyen-cs @alexgarel I made the text black. The routing stuff is currently beyond my feeble React knowledge 😅 |
What