Skip to content

Commit

Permalink
fix: update logo link to default / (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav-Verma07 authored Mar 14, 2024
1 parent d7933ee commit f010f31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ export const ResponsiveAppBar = () => {
>
<MuiLink
sx={{ mr: 2, display: "flex", alignSelf: "center" }}
href="https://ui.taxonomy.openfoodfacts.net/"
component={Link}
to="/"
target="_blank"
>
<img
Expand Down

0 comments on commit f010f31

Please sign in to comment.