diff options
author | akshaythakur8764 | 2024-12-23 14:52:39 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-12-23 14:52:39 +0530 |
commit | 0dbc61daad141ed879aedf6e469d35b1a107ea3f (patch) | |
tree | dd89e3d98372c36cd233e41572375dfbfc15b63e | |
parent | 76371e59e8474003438945d90da2d6ea4d6c8398 (diff) | |
download | scilab_case_study_hackathon-0dbc61daad141ed879aedf6e469d35b1a107ea3f.tar.gz scilab_case_study_hackathon-0dbc61daad141ed879aedf6e469d35b1a107ea3f.tar.bz2 scilab_case_study_hackathon-0dbc61daad141ed879aedf6e469d35b1a107ea3f.zip |
menu links hash value change
-rw-r--r-- | src/components/layout/nav-links.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json index d7312f2..9df98ad 100644 --- a/src/components/layout/nav-links.json +++ b/src/components/layout/nav-links.json @@ -4,7 +4,7 @@ {"label": "Problem Statement", "href": "/problem-statement"}, {"label": "Register", "href": "/#register"}, {"label": "Evaluation criteria", "href": "/evaluation"}, - {"label": "System Requirement", "href": "/evaluation#system-reuirement"}, + {"label": "System Requirement", "href": "/evaluation/#system-reuirement"}, { "label": "Resources", "href": "/resources" }, { "label": "Contact", "href": "/#contact" } |