add logo assets #1

Merged
ckie merged 4 commits from jakehamilton/floral.systems:feat/logo into main 2024-10-24 16:27:51 +00:00
Showing only changes of commit f59882eaf9 - Show all commits

View file

@ -22,7 +22,7 @@
<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"
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" />
ckie marked this conversation as resolved Outdated
Outdated
Review

please use enhanced:img and move the images to //src/lib

e.g. //src/routes/footer.svelte:21

				<enhanced:img src="$lib/assets/cc/cc.svg" alt="" />
please use enhanced:img and move the images to `//src/lib` e.g. `//src/routes/footer.svelte:21` ```html <enhanced:img src="$lib/assets/cc/cc.svg" alt="" /> ```

Updated!

Updated!
floral.systems
</a>
<span></span>