From 3543640f9dd1797f58cb179e8f4743b3cdccc062 Mon Sep 17 00:00:00 2001 From: akshay Date: Sat, 12 Apr 2025 11:31:54 +0530 Subject: Update nav-links.json --- src/components/layout/nav-links.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components') 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 + ] -- cgit