Skip to content

Commit aae85bc

Browse files
fix: Set Mod Garden icon to pixelated image rendering.
1 parent 77d05eb commit aae85bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { page } = Astro.props;
1313
>
1414
<a href="/" class="flex items-center space-x-3 rtl:space-x-reverse">
1515
<div class="rounded-lg bg-white px-1.5 py-1">
16-
<Image src="/images/logo.png" width=22 height=26 alt="Mod Garden Logo" />
16+
<Image src="/images/logo.png" width=22 height=26 alt="Mod Garden Logo", style="image-rendering: pixelated"/>
1717
</div>
1818
<span
1919
class="self-center whitespace-nowrap text-2xl font-semibold dark:text-leaf-200"

0 commit comments

Comments
 (0)