summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/layout/nav-links.json4
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
+ ]