Skip to content

Commit

Permalink
Merge pull request #155 from priyadarshi7/main
Browse files Browse the repository at this point in the history
Removed IIC
  • Loading branch information
sac-iiitnr authored May 15, 2024
2 parents f3042ab + b08fc33 commit 6a5fad6
Show file tree
Hide file tree
Showing 5 changed files with 865 additions and 101 deletions.
2 changes: 1 addition & 1 deletion data/Crews/TechnicalClubCrew.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const inquizitive: CrewProps[] = [
},
];

export const iic: CrewProps[] = []

export const comet: CrewProps[] = [
{
img: Ishita_Tegar,
Expand Down
1 change: 0 additions & 1 deletion features/club/TechnicalOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,4 @@ const clubs = [
},
{ name: "// Comet", url: "/clubs/technical/comet", color: "#FF9E64" },
{ name: "// BIS", url: "/clubs/technical/bis", color: "#CA50F5" },
{ name: "// IIC", url: "/clubs/technical/iic", color: "#FFDE31" },
];
Loading

0 comments on commit 6a5fad6

Please sign in to comment.