Skip to content

Commit

Permalink
chore: fix quiz night date
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Mar 18, 2024
1 parent af774d1 commit e2049a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export const EVENTS: Event[] = [
},
{
title: 'Quiz Night',
date: { year: 2024, month: 'MAR', day: 18 },
endTime: '12:00',
date: { year: 2024, month: 'MAR', day: 8 },
endTime: '21:00',
time: '6:00pm - 9:00pm',
location: 'Ingkarni Wardli 218',
details: 'Join us for a night of quizzical encounters! Free food and prizes to come!',
Expand Down

0 comments on commit e2049a4

Please sign in to comment.