Skip to content

Commit

Permalink
Merge branch 'spo-iitk:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatGupta15 authored Oct 3, 2024
2 parents 66ea0b5 + b124da3 commit 46d181b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions components/Utils/calendarUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export const calendarLinks = new Map([
"9",
"https://calendar.google.com/calendar/embed?src=b3523c7a46297c89d30ab84f53d62c15506e3e35af5cb3cf351cbeda41830580%40group.calendar.google.com&ctz=Asia%2FKolkata",
],
[
"10",
"https://calendar.google.com/calendar/embed?src=aa7afddc14a3f04662ce9afce8cadc5ac962180b96458640537511f4fed14e72%40group.calendar.google.com&ctz=Asia%2FKolkata",
],
]);

export default calendarLinks;
4 changes: 2 additions & 2 deletions components/Utils/matrixUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const programExpanded = [
"DualC",
"MT",
"MSR",
"MS",
"MSc",
"MDes",
"MBA",
"PhD",
Expand Down Expand Up @@ -259,7 +259,7 @@ export const func = {
MDes: -1,
MBA: -1,
PhD: 72,
MSc: -1,
MSc: 84,
MSR: -1,
},
"Statistics and Data Science (SDS)": {
Expand Down

0 comments on commit 46d181b

Please sign in to comment.