summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay2025-05-07 08:57:29 +0530
committerGitHub2025-05-07 08:57:29 +0530
commitc34770fbb1e4198968cf689e6312257ef70a0cd8 (patch)
tree56bd334e6777e636025c6cac34c4b40d7d836c3c
parenta1d8b52b9700070dff5743151a747886a9322a05 (diff)
downloadgui_hackathon-c34770fbb1e4198968cf689e6312257ef70a0cd8.tar.gz
gui_hackathon-c34770fbb1e4198968cf689e6312257ef70a0cd8.tar.bz2
gui_hackathon-c34770fbb1e4198968cf689e6312257ef70a0cd8.zip
add result in menu items
-rw-r--r--src/components/layout/nav-links.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json
index 3a5fdbe..de7c465 100644
--- a/src/components/layout/nav-links.json
+++ b/src/components/layout/nav-links.json
@@ -1,6 +1,7 @@
[
{ "label": "About", "href": "/#about" },
+ {"label": "Results", "href": "/#results"},
{"label": "Problem-Statement", "href": "/problem-statement"},
{"label": "Submission Guidelines", "href": "/problem-statement/#submission-guidelines"},
{"label": "Register", "href": "/#register"},
@@ -9,4 +10,4 @@
{ "label": "Resources", "href": "/resources" },
{ "label": "Contact", "href": "/#contact" }
- ] \ No newline at end of file
+ ]