Skip to content

Commit f010f31

Browse files
fix: update logo link to default / (#422)
1 parent d7933ee commit f010f31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ export const ResponsiveAppBar = () => {
140140
>
141141
<MuiLink
142142
sx={{ mr: 2, display: "flex", alignSelf: "center" }}
143-
href="https://ui.taxonomy.openfoodfacts.net/"
143+
component={Link}
144+
to="/"
144145
target="_blank"
145146
>
146147
<img

0 commit comments

Comments
 (0)