Skip to content

Commit

Permalink
fix: App bar fixes (#392)
Browse files Browse the repository at this point in the history
* Update ResponsiveAppBar.tsx

* Update ResponsiveAppBar.tsx

* Update taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx
  • Loading branch information
teolemon authored Feb 16, 2024
1 parent 5d835e4 commit 3deaa57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ResponsiveAppBar = ({ displayedPages }: ResponsiveAppBarProps) => {
};

return (
<AppBar position="sticky" sx={{ background: "#ff8714" }}>
<AppBar position="sticky" sx={{ textColor: "#000", background: "#f2e9e4" }}>
<Container maxWidth={false}>
<Toolbar disableGutters>
{/* Mobile content */}
Expand Down Expand Up @@ -125,7 +125,7 @@ const ResponsiveAppBar = ({ displayedPages }: ResponsiveAppBarProps) => {
>
<MuiLink
sx={{ mr: 2, display: "flex", alignSelf: "center" }}
href="https://world.openfoodfacts.org/"
href="https://ui.taxonomy.openfoodfacts.net/"
target="_blank"
>
<img
Expand Down

0 comments on commit 3deaa57

Please sign in to comment.