diff --git a/app/page.tsx b/app/page.tsx index 850572e..a2cfff8 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -15,7 +15,7 @@ export default function Home() { const [lineEnd, setLineEnd] = useState(0); const [faqStart, setFaqStart] = useState(0); const [teamStart, setTeamStart] = useState(0); - const [sponsorsStart, setSponsorsStart ] = useState(0); + const [sponsorsStart, setSponsorsStart] = useState(0); const [showHighlightDot, setShowHighlightDot] = useState(false); useEffect(() => { @@ -57,9 +57,9 @@ export default function Home() {