Skip to content

Commit 3ed19df

Browse files
author
Asha Padma
committed
added keyboard mtup event
1 parent 8c2073e commit 3ed19df

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

src/pages/EventsData.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,24 @@ export const events: ScheduleEvent[] = [ // PLACEHOLDERS: Update all event times
191191
description: "TICKETED EVENT! Before you head home, join us for a farewell brunch. Last chance to exchange contact info, take group photos, and say your goodbyes. Ticket packages include options for open bar, food, and play tokens.",
192192
date: "Sunday, April 12, 2026",
193193
time: "11:00 AM - 2:00 PM",
194-
location: "Swillburger/Playhouse", // Confirm location
194+
location: "Swillburger/Playhouse",
195195
address: "820 South Clinton, Rochester, NY 14620",
196196
capacity: "All attendees",
197197
dressCode: "Casual",
198198
type: "food",
199199
},
200+
{
201+
id: 19,
202+
title: "Mechanical Keyboard Meetup",
203+
description: "CSHers will be showing off their mechnical keyboard setups! Stop by to check it out and spend some time learning about keyboards. There will be special guests and giveaways!",
204+
date: "Friday, April 10, 2026",
205+
time: "12:30 PM - 2:00 PM",
206+
location: "Douglass Sprague Perry Hall (DSP) Room 1250", // Confirm location
207+
address: "43 Greenleaf Ct, Rochester, NY 14623",
208+
capacity: "All attendees",
209+
dressCode: "Casual",
210+
type: "activity",
211+
},
200212
{
201213
id: 17,
202214
title: "IGM Symposium",

0 commit comments

Comments
 (0)