Skip to content

Commit 4275102

Browse files
committed
feat: disable PDF iframe navigation panel by default
1 parent 6ba241b commit 4275102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/sponsors.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { pastSponsors } from '../data/pastSponsors'
3737
<section id="want-to-sponsor-us" class="sponsor-us-box">
3838
<h1 class="page-title">Want to sponsor us?</h1>
3939
<p class="page-subtitle">Check out our sponsorship package for more information.</p>
40-
<iframe src="/UBC_iGEM_2025_Sponsorship_Package.pdf#zoom=FitH" />
40+
<iframe src="/UBC_iGEM_2025_Sponsorship_Package.pdf#zoom=FitH&navpanes=0" />
4141
</section>
4242
</Layout>
4343

0 commit comments

Comments
 (0)