Skip to content

Commit

Permalink
Add program header
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Mar 22, 2024
1 parent b61c45c commit 7179312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/program/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,14 @@
</div>

<div class="w-5/6 md:w4-/6 lg:w-2/3 xl:w-1/2 mx-auto my-24">
<h3 class="h3 text-3xl text-center">Full Program</h3>
<PdfViewer
data={undefined}
url={pdfUrl}
downloadFileName="MCBIOS Program"
totalPage={45}
scale={1.2}

showButtons={['navigation', 'zoom', 'download']}
/>
</div>

0 comments on commit 7179312

Please sign in to comment.