Skip to content

Commit 66140fe

Browse files
authored
fix broken header link (#157)
1 parent e90d87d commit 66140fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nutritionfacts/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const App: FC = () => {
8585
display="inline-block"
8686
margin={isNarrow ? "0 0 small" : "0"}
8787
>
88-
<Link href="./nutritionfacts">
88+
<Link href="/nutritionfacts">
8989
<InlineSVG
9090
height={isNarrow ? "2rem" : "2.5rem"}
9191
inline={false}

0 commit comments

Comments
 (0)