Skip to content

Commit bd0c576

Browse files
committed
fix(footer): fix footer links
1 parent 6c3833a commit bd0c576

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/Footer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ export const Footer = () => {
5555
</NextLink>
5656
</ListItem>
5757
<ListItem sx={itemStyles}>
58-
<NextLink passHref href={{ pathname: "/datasets" }}>
58+
<NextLink passHref href={{ pathname: "/project" }}>
5959
<Link>Project</Link>
6060
</NextLink>
6161
</ListItem>
6262
<ListItem sx={itemStyles}>
63-
<NextLink passHref href={{ pathname: "/datasets" }}>
63+
<NextLink passHref href={{ pathname: "/executions" }}>
6464
<Link>Executions</Link>
6565
</NextLink>
6666
</ListItem>
@@ -69,7 +69,7 @@ export const Footer = () => {
6969
<Grid item sm={3} xs={6}>
7070
<List dense sx={{ p: 0 }}>
7171
<ListItem sx={itemStyles}>
72-
<NextLink passHref href={{ pathname: "/datasets" }}>
72+
<NextLink passHref href={{ pathname: "/results" }}>
7373
<Link>Results</Link>
7474
</NextLink>
7575
</ListItem>

0 commit comments

Comments
 (0)