Skip to content

Commit

Permalink
Fix anchor ID
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 4, 2025
1 parent d521324 commit a1c1176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Home() {
return (
<div className="relative -top-[104px] left-0">
<Hero />
<div id="program">
<div id="programs">
<Program />
</div>
<div id="speakers">
Expand Down

0 comments on commit a1c1176

Please sign in to comment.