Skip to content

Commit f37ce1e

Browse files
committed
Change to solver call
1 parent 87b207a commit f37ce1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎src/components/AnnouncementBanner.jsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import { Container } from '@/components/Container'
22
import { faAward } from '@fortawesome/free-solid-svg-icons'
33
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
44
import { Link } from '@/components/Link'
5-
import { problemCall } from '@/data/challenge/banners'
5+
import { solverCall } from '@/data/challenge/banners'
66

77
import clsx from 'clsx'
88

99
export function AnnouncementBanner({ className, ...props }) {
10-
const announcement = problemCall
10+
const announcement = solverCall
1111
return (
1212
<section
1313
id="announcement-banner"

0 commit comments

Comments
 (0)