fix(header): add alt text for logo image

This commit is contained in:
Jake Hamilton 2024-10-23 17:22:25 -07:00
parent 3ccc84d7c4
commit b23d90f6cf
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -21,7 +21,7 @@
<a class="flex h-full items-center justify-center font-aladin text-3xl/10 <a class="flex h-full items-center justify-center font-aladin text-3xl/10
text-coral-50 hover:text-coral-100 no-link-style gap-x-2" text-coral-50 hover:text-coral-100 no-link-style gap-x-2"
href="/"> href="/">
<enhanced:img src="$lib/assets/flower.svg" width="32" height="32" /> <enhanced:img src="$lib/assets/flower.svg" width="32" height="32" alt="flower" />
floral.systems floral.systems
</a> </a>
<span></span> <span></span>