diff options
Diffstat (limited to 'src/components/layout/nav-links.json')
-rw-r--r-- | src/components/layout/nav-links.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json index 29b0226..f696f1d 100644 --- a/src/components/layout/nav-links.json +++ b/src/components/layout/nav-links.json @@ -1,6 +1,8 @@ [ { "label": "About", "href": "/#about" }, + + { "label": "Results", "href": "/results" }, {"label": "Problem Statement", "href": "/problem-statement"}, {"label": "Register", "href": "/#register"}, {"label": "Evaluation criteria", "href": "/evaluation"}, @@ -9,4 +11,4 @@ { "label": "Contact", "href": "/#contact" } - ]
\ No newline at end of file + ] |