Skip to content

Commit

Permalink
Remove Devcon story (#24)
Browse files Browse the repository at this point in the history
comment devcon
  • Loading branch information
julienbrg authored Jan 20, 2025
1 parent 1d8c18c commit bc8afd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/layout/StoriesGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ const StoriesGrid: React.FC = () => {
const router = useRouter()

const FEATURED_STORIES: Story[] = [
{
name: 'Devcon',
slug: 'devcon',
description: 'A whimsical adventure in Devcon 7.',
},
// {
// name: 'Devcon',
// slug: 'devcon',
// description: 'A whimsical adventure in Devcon 7.',
// },
{
name: 'In the Desert',
slug: 'in-the-desert',
Expand Down

0 comments on commit bc8afd3

Please sign in to comment.