@@ -48,10 +48,10 @@ function monthStr(d: Date): string {
4848}
4949
5050// Upcoming dates (so they appear in current/next GCal week view)
51- const d2 = addDays ( 2 ) ; // 2 days from now
52- const d4 = addDays ( 4 ) ; // 4 days from now
53- const d6 = addDays ( 6 ) ; // 6 days from now
54- const d9 = addDays ( 9 ) ; // 9 days from now
51+ const d2 = addDays ( 2 ) ; // 2 days from now
52+ const d4 = addDays ( 4 ) ; // 4 days from now
53+ const d6 = addDays ( 6 ) ; // 6 days from now
54+ const d9 = addDays ( 9 ) ; // 9 days from now
5555
5656export const MOCK_EVENTS : EventItem [ ] = [
5757 // ── Cornell DTI (4 events → tests 3/org collapse) ────────────────────────
@@ -65,7 +65,9 @@ export const MOCK_EVENTS: EventItem[] = [
6565 title : "Datadog x DTI Recruitment Info Session" ,
6666 subtitle : [ "4:00 pm – 5:30 pm" , "Hollister Hall 312" ] ,
6767 tags : [ "Tech" , "Internships" , "Early career" ] ,
68- links : [ { url : "https://forms.gle/datadog-rsvp" , type : "rsvp" , label : "RSVP" } ] ,
68+ links : [
69+ { url : "https://forms.gle/datadog-rsvp" , type : "rsvp" , label : "RSVP" } ,
70+ ] ,
6971 calendarEvent : {
7072 title : "Datadog x DTI Recruitment Info Session" ,
7173 startISO : toISO ( d2 , 16 ) ,
@@ -84,7 +86,13 @@ export const MOCK_EVENTS: EventItem[] = [
8486 title : "DTI Spring Charity Auction" ,
8587 subtitle : [ "6:00 pm – 8:00 pm" , "Statler Hotel, Carrion Ballroom" ] ,
8688 tags : [ "Just for fun" , "Early career" ] ,
87- links : [ { url : "https://cornellloop.com/dti-auction" , type : "info" , label : "Learn More" } ] ,
89+ links : [
90+ {
91+ url : "https://cornellloop.com/dti-auction" ,
92+ type : "info" ,
93+ label : "Learn More" ,
94+ } ,
95+ ] ,
8896 calendarEvent : {
8997 title : "DTI Spring Charity Auction" ,
9098 startISO : toISO ( d4 , 18 ) ,
@@ -101,7 +109,9 @@ export const MOCK_EVENTS: EventItem[] = [
101109 title : "DTI Product Sprint Demo Night" ,
102110 subtitle : "See what our teams shipped this semester — all are welcome" ,
103111 tags : [ "Tech" , "Just for fun" ] ,
104- links : [ { url : "https://cornelldti.org/demo" , type : "info" , label : "Learn More" } ] ,
112+ links : [
113+ { url : "https://cornelldti.org/demo" , type : "info" , label : "Learn More" } ,
114+ ] ,
105115 sentAt : daysAgo ( 9 ) ,
106116 } ,
107117
@@ -137,7 +147,11 @@ export const MOCK_EVENTS: EventItem[] = [
137147 "For women and non-binary engineers interested in trading and technology" ,
138148 tags : [ "Internships" ] ,
139149 links : [
140- { url : "https://www.janestreet.com/internships" , type : "application" , label : "Apply" } ,
150+ {
151+ url : "https://www.janestreet.com/internships" ,
152+ type : "application" ,
153+ label : "Apply" ,
154+ } ,
141155 { url : "https://instagram.com/cornellwicc" , type : "social" } ,
142156 ] ,
143157 sentAt : daysAgo ( 3 ) ,
@@ -153,7 +167,9 @@ export const MOCK_EVENTS: EventItem[] = [
153167 title : "WICC x Meta Fireside Chat" ,
154168 subtitle : [ "5:00 pm – 6:30 pm" , "Bloomberg Center 161" ] ,
155169 tags : [ "Tech" , "Early career" , "Mentorship" ] ,
156- links : [ { url : "https://forms.gle/wicc-meta" , type : "rsvp" , label : "RSVP" } ] ,
170+ links : [
171+ { url : "https://forms.gle/wicc-meta" , type : "rsvp" , label : "RSVP" } ,
172+ ] ,
157173 calendarEvent : {
158174 title : "WICC x Meta Fireside Chat" ,
159175 startISO : toISO ( d6 , 17 ) ,
@@ -178,7 +194,11 @@ export const MOCK_EVENTS: EventItem[] = [
178194 ] ,
179195 tags : [ "Tech" , "Just for fun" ] ,
180196 links : [
181- { url : "https://bigredhacks.com/register" , type : "registration" , label : "Register" } ,
197+ {
198+ url : "https://bigredhacks.com/register" ,
199+ type : "registration" ,
200+ label : "Register" ,
201+ } ,
182202 { url : "https://bigredhacks.com" , type : "info" } ,
183203 ] ,
184204 calendarEvent : {
0 commit comments