We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b303b commit e5186d8Copy full SHA for e5186d8
src/components/AnnouncementBanner.jsx
@@ -7,7 +7,8 @@ import { solverCall } from '@/data/challenge/banners'
7
import clsx from 'clsx'
8
9
export function AnnouncementBanner({ className, ...props }) {
10
- const announcement = solverCall
+ const announcement = resultsAnnouncement
11
+ return <></>
12
return (
13
<section
14
id="announcement-banner"
0 commit comments