Skip to content

Commit

Permalink
Merge pull request #178 from priyadarshi7/main
Browse files Browse the repository at this point in the history
sac-calender 2024 semester
  • Loading branch information
sac-iiitnr authored Jul 3, 2024
2 parents 3640d40 + 7d164ea commit 8241c78
Show file tree
Hide file tree
Showing 6 changed files with 490 additions and 9 deletions.
4 changes: 4 additions & 0 deletions assets/calendar_icons/tick.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion components/EventCalendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const Calendar = () => {
fontSize={"24px"}
lineHeight={"28px"}
>
{currDate.toLocaleString("default", { month: "long" })}
{/* {currDate.toLocaleString("default", { month: "long" })} */}
August
</Typography>
<Grid2 container columnSpacing={"45px"}>
{filteredData.slice(2, 6).map((event, index) => {
Expand Down
7 changes: 6 additions & 1 deletion data/Crews/MediaClubCrew.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ export const website: CrewProps[] = [
img: Anish_Kumar,
name: "Anish Kumar",
post: "Core Member"
}
},
{
img: Kaushal_Ranjan,
name: "Kaushal Ranjan",
post: "UI/UX Designer"
},
];

export const shutterbug: CrewProps[] = [
Expand Down
Loading

0 comments on commit 8241c78

Please sign in to comment.