Skip to content

Commit

Permalink
add calendar for rc 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerchant22 committed Sep 30, 2024
1 parent bb7dc3f commit c9bd1d6
Showing 1 changed file with 4 additions and 0 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;

0 comments on commit c9bd1d6

Please sign in to comment.