Skip to content

Commit

Permalink
feat: try images again
Browse files Browse the repository at this point in the history
Signed-off-by: Thaddeus Kuah <[email protected]>
  • Loading branch information
thaddeuskkr committed Feb 24, 2025
1 parent 409e2a8 commit 6942ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ const path = Astro.url.pathname.replace(/\//g, "");
src={noelGiftsLogo}
alt="Noel Gifts Logo"
class="aspect-square size-18"
width="72"
width="250"
densities={[1, 1.5, 2, 2.5, 3]}
loading="eager"
/>
<div class="flex flex-col justify-center">
Expand Down

0 comments on commit 6942ab4

Please sign in to comment.