Skip to content

Commit

Permalink
fix: eager load logo
Browse files Browse the repository at this point in the history
Signed-off-by: Thaddeus Kuah <[email protected]>
  • Loading branch information
thaddeuskkr committed Feb 23, 2025
1 parent 5dcb2c0 commit ba18a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const path = Astro.url.pathname.replace(/\//g, "");
<div class="mb-4 flex flex-col gap-4">
<h2 class="text-xl font-bold">Work Experience</h2>
<div class="flex flex-row items-center gap-4">
<Image src={noelGiftsLogo} alt="Noel Gifts Logo" class="aspect-square size-18" />
<Image src={noelGiftsLogo} alt="Noel Gifts Logo" class="aspect-square size-18" loading="eager" />
<div class="flex flex-col justify-center">
<span class="font-semibold text-zinc-100">Operations Assistant</span>
<span class="text-zinc-200">Noel Gifts International Ltd</span>
Expand Down

0 comments on commit ba18a84

Please sign in to comment.