diff options
author | akshay | 2025-01-27 13:15:24 +0530 |
---|---|---|
committer | GitHub | 2025-01-27 13:15:24 +0530 |
commit | 850863163eac420944fab179e296e806ab6688d7 (patch) | |
tree | 54202e1e39b6881b89d0f98a6bbc56efcd7c3645 | |
parent | 84937d653a4a653ea73c146b637a314b09b844f0 (diff) | |
download | scilab_case_study_hackathon-850863163eac420944fab179e296e806ab6688d7.tar.gz scilab_case_study_hackathon-850863163eac420944fab179e296e806ab6688d7.tar.bz2 scilab_case_study_hackathon-850863163eac420944fab179e296e806ab6688d7.zip |
Update tailwind class
-rw-r--r-- | src/components/HomeBody.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/HomeBody.astro b/src/components/HomeBody.astro index 6a50208..5b2a280 100644 --- a/src/components/HomeBody.astro +++ b/src/components/HomeBody.astro @@ -213,7 +213,7 @@ import Moe from "../assets/img/MOE-logo.png"; </ul> </li> - <li class="leading-6"> + <li class=""> <!--On the same website, you will find a Proposal Form. Fill it out for your chosen Case Study project as per the guidelines provided.<br />--> <span class="font-bold">Important: When mentioning the name of your chosen case study project in the proposal form, use this format: <span class="italic">"NameOfCaseStudyProject (SCSH25)"</span></span> </li> |