diff options
author | akshaythakur8764 | 2024-12-23 14:48:53 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-12-23 14:48:53 +0530 |
commit | 76371e59e8474003438945d90da2d6ea4d6c8398 (patch) | |
tree | 489e849afa3d4bb7ecf1e95d99bf1d2125e79045 | |
parent | 1cdc393636aa3a0605f87e537b2d7e3975abf0ce (diff) | |
download | scilab_case_study_hackathon-76371e59e8474003438945d90da2d6ea4d6c8398.tar.gz scilab_case_study_hackathon-76371e59e8474003438945d90da2d6ea4d6c8398.tar.bz2 scilab_case_study_hackathon-76371e59e8474003438945d90da2d6ea4d6c8398.zip |
menu text changed
-rw-r--r-- | src/components/layout/nav-links.json | 3 | ||||
-rw-r--r-- | src/pages/evaluation.astro (renamed from src/pages/submission-guidelines.astro) | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json index 8f6296d..d7312f2 100644 --- a/src/components/layout/nav-links.json +++ b/src/components/layout/nav-links.json @@ -3,7 +3,8 @@ { "label": "About", "href": "/#about" }, {"label": "Problem Statement", "href": "/problem-statement"}, {"label": "Register", "href": "/#register"}, - {"label": "Submission guidelines", "href": "/submission-guidelines"}, + {"label": "Evaluation criteria", "href": "/evaluation"}, + {"label": "System Requirement", "href": "/evaluation#system-reuirement"}, { "label": "Resources", "href": "/resources" }, { "label": "Contact", "href": "/#contact" } diff --git a/src/pages/submission-guidelines.astro b/src/pages/evaluation.astro index 4d611e3..cbc641d 100644 --- a/src/pages/submission-guidelines.astro +++ b/src/pages/evaluation.astro @@ -23,7 +23,7 @@ import HomeBody from '../components/HomeBody.astro'; <div class="md:px-4 pb-5"> <div class="md:px-20 px-3"> - <h1 class="text-center section-title mx-4 px-4 mb-5" id="about">System Requirements</h1> + <h1 class="text-center section-title mx-4 px-4 mb-5" id="system-reuirement">System Requirements</h1> |