Skip to content

Commit

Permalink
Move old event to past (#6824)
Browse files Browse the repository at this point in the history
* Move old event to past

* Fix type error
  • Loading branch information
jdorfman committed Mar 21, 2024
1 parent f55d412 commit e22c30f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/community.tsx
Expand Up @@ -14,19 +14,19 @@ const socialMediaStyles = 'text-xl text-gray-400 hover:text-gray-300 transition-

const events = {
upcoming: [
{
title: 'Learning TypeScript Livestream',
location: 'YouTube',
date: 'Mar 20, 2024',
link: 'https://www.youtube.com/watch?v=CY10cOUAkj4',
},
{
title: 'PyCon',
location: 'Pittsburgh, PA',
date: 'May 17-19, 2024',
link: 'https://us.pycon.org/2024/',
},
],
past: [
{
title: 'Learning TypeScript Livestream',
location: 'YouTube',
date: 'Mar 20, 2024',
},
{
title: 'AWS: ReInvent',
location: 'Las Vegas, NV',
Expand Down

0 comments on commit e22c30f

Please sign in to comment.