Skip to content

Commit 4c52a86

Browse files
fix(eventLocation): Link to the event location using goto #eventLocation
1 parent ff1f270 commit 4c52a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(home)/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Home() {
2424
<Sponsors />
2525
</div>
2626

27-
<div id="sponsors" className="pt-32">
27+
<div id="eventLocation" className="pt-32">
2828
<EventLocation />
2929
</div>
3030

0 commit comments

Comments
 (0)