Skip to content

Commit

Permalink
refactor: Remove unused image metadata from EventsPage component
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorfman committed Aug 15, 2024
1 parent ec87668 commit 8b207c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const EventsPage: FunctionComponent = () => (
meta={{
title: 'Sourcegraph Events',
description: 'Join us for live events.',
image: 'https://sourcegraph.com/assets/events/ai-dev-tools-night.png',
}}
className="bg-gray-50"
>
Expand Down

0 comments on commit 8b207c5

Please sign in to comment.