Add latest events and people refinements

This commit is contained in:
Neeldhara Misra 2026-06-03 14:28:53 +05:30
parent 49fb30cc53
commit 002b164db8
7 changed files with 231 additions and 83 deletions

View file

@ -7,5 +7,5 @@ import DefaultLayout from "@/layouts/DefaultLayout.astro";
title="Courses"
description="Course catalogue for CSE at IIT Gandhinagar"
>
<CourseCatalog client:only="react" />
<CourseCatalog client:load />
</DefaultLayout>