Skip to content

Commit

Permalink
fix: update AWS re:Invent event date (#7411)
Browse files Browse the repository at this point in the history
* update the date for the AWS re:Invent event in the EventsList component
  • Loading branch information
jdorfman authored Nov 11, 2024
1 parent 9dd2e17 commit 32978d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EventsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const events: { upcoming: Event[], past: Event[] } = {
{
title: 'AWS re:Invent',
location: 'Las Vegas, NV',
date: '2024-12-26',
date: '2024-12-06',
link: 'https://reinvent.awsevents.com/',
},
],
Expand Down

0 comments on commit 32978d5

Please sign in to comment.