diff options
author | akshay | 2025-04-11 10:17:21 +0530 |
---|---|---|
committer | GitHub | 2025-04-11 10:17:21 +0530 |
commit | 1b0c772e3c30c95efa921158e02fe0d162950bff (patch) | |
tree | b39efbe394df22e991654c63361b214f8c2c6c5a | |
parent | eb8e2106e364b12ae25926d3fafe3f683be44f53 (diff) | |
download | scilab_case_study_hackathon-1b0c772e3c30c95efa921158e02fe0d162950bff.tar.gz scilab_case_study_hackathon-1b0c772e3c30c95efa921158e02fe0d162950bff.tar.bz2 scilab_case_study_hackathon-1b0c772e3c30c95efa921158e02fe0d162950bff.zip |
Update results.astro
-rw-r--r-- | src/pages/results.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/results.astro b/src/pages/results.astro index 04ce8c9..aebff11 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -7,7 +7,7 @@ import curtnRight from '../assets/img/curtn-right.png'; <Layout title="Scilab Case Study Hackathon" > -<h1 class="text-center section-title pl-4" id="evaluation">Results</h1> +<h1 class="text-center section-title pl-4" id="results">Results</h1> <!--<h1>The Hackathon is still ongoing</h1>--> <div class="tabs mt-10"> <div class="tab active" data-tab="0">Winners</div> |