Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushRatan1 committed Aug 5, 2024
1 parent c2b5431 commit 1f16a1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/awards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ function Awards() {
</p>
</div>
<div className="rounded-lg bg-gray-100 p-2 shadow-inner sm:p-4">
<embed
<iframe
src="Award.pdf"
type="application/pdf"
width="100%"
height="400px"
className="rounded-lg"
style={{ border: 'none' }}
title="PDF Preview"
/>
</div>
<div className="mt-4 text-center">
Expand Down

0 comments on commit 1f16a1d

Please sign in to comment.