Skip to content

Commit

Permalink
feat(EventsList): add AI Dev Tools Night event (#7490)
Browse files Browse the repository at this point in the history
* Add a new event for the AI Dev Tools Night @ Cloudflare HQ
* Include event details such as title, location, dates, and link
  • Loading branch information
jdorfman authored Dec 24, 2024
1 parent cc095f6 commit 8dc60a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/EventsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ interface Event {
}

const allEvents: Event[] = [
{
title: 'AI Dev Tools Night @ Cloudflare HQ',
location: 'San Francisco, CA',
date: '2025-01-07',
endDate: '2025-01-07',
link: 'https://lu.ma/aidev',
},
{
title: 'Gartner Application Innovation & Business Solutions Summit',
location: 'Las Vegas, NV',
Expand Down

0 comments on commit 8dc60a4

Please sign in to comment.