Skip to content

Commit

Permalink
Fix page jump buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Mar 22, 2024
1 parent 15039c3 commit 67d13fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/program/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
>
</div>
<div class="flex justify-center">
<a href="/program#full-program" class="btn btn-lg variant-ringed-primary my-3">Full Program</a
<a href="/program#fullProgram" class="btn btn-lg variant-ringed-primary my-3">Full Program</a
>
</div>
</div>
Expand Down Expand Up @@ -117,7 +117,7 @@
</div>

<div class="w-5/6 md:w4-/6 lg:w-2/3 xl:w-1/2 mx-auto my-12">
<a name="hackathon" class="mb-8"
<a id="hackathon" class="mb-8"
><h3 class="h3 text-3xl text-center mb-12">MCBIOS Hackathon</h3></a
>
<section class="space-y-4">
Expand Down Expand Up @@ -179,7 +179,7 @@
</div>

<div class="w-5/6 md:w4-/6 lg:w-2/3 xl:w-1/2 mx-auto my-12">
<a name="full-program" class="mb-8"><h3 class="h3 text-3xl text-center mb-12">Full Program</h3></a
<a id="fullProgram" class="mb-8"><h3 class="h3 text-3xl text-center mb-12">Full Program</h3></a
>
<svelte:component
this={PdfViewer}
Expand Down

0 comments on commit 67d13fd

Please sign in to comment.