From c34770fbb1e4198968cf689e6312257ef70a0cd8 Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 7 May 2025 08:57:29 +0530 Subject: add result in menu items --- src/components/layout/nav-links.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 + ] -- cgit