diff options
author | akshay | 2025-04-12 11:31:54 +0530 |
---|---|---|
committer | GitHub | 2025-04-12 11:31:54 +0530 |
commit | 3543640f9dd1797f58cb179e8f4743b3cdccc062 (patch) | |
tree | 96fa5f2ef83c2a0b91920d53f0b3c6d0ed981250 | |
parent | 476bc21f434e109c04307ef1243c7c58ca63827a (diff) | |
download | scilab_case_study_hackathon-3543640f9dd1797f58cb179e8f4743b3cdccc062.tar.gz scilab_case_study_hackathon-3543640f9dd1797f58cb179e8f4743b3cdccc062.tar.bz2 scilab_case_study_hackathon-3543640f9dd1797f58cb179e8f4743b3cdccc062.zip |
Update 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 + ] |