File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ export const Footer = () => {
55
55
</ NextLink >
56
56
</ ListItem >
57
57
< ListItem sx = { itemStyles } >
58
- < NextLink passHref href = { { pathname : "/datasets " } } >
58
+ < NextLink passHref href = { { pathname : "/project " } } >
59
59
< Link > Project</ Link >
60
60
</ NextLink >
61
61
</ ListItem >
62
62
< ListItem sx = { itemStyles } >
63
- < NextLink passHref href = { { pathname : "/datasets " } } >
63
+ < NextLink passHref href = { { pathname : "/executions " } } >
64
64
< Link > Executions</ Link >
65
65
</ NextLink >
66
66
</ ListItem >
@@ -69,7 +69,7 @@ export const Footer = () => {
69
69
< Grid item sm = { 3 } xs = { 6 } >
70
70
< List dense sx = { { p : 0 } } >
71
71
< ListItem sx = { itemStyles } >
72
- < NextLink passHref href = { { pathname : "/datasets " } } >
72
+ < NextLink passHref href = { { pathname : "/results " } } >
73
73
< Link > Results</ Link >
74
74
</ NextLink >
75
75
</ ListItem >
You can’t perform that action at this time.
0 commit comments