feat: redo how images, icons, and logos are handled

This commit is contained in:
2026-02-19 17:58:28 -06:00
parent d415dda661
commit 76dfef4177
26 changed files with 123 additions and 762 deletions

View File

@@ -1,5 +1,5 @@
---
import Icon from '@components/ui/icons/icon.astro';
---
<button
@@ -8,7 +8,19 @@ import Icon from '@components/ui/icons/icon.astro';
data-astro-prefetch
>
<div class="button-text-title flex relative items-center text-center">
<Icon name="arrowLeft" />
<svg
class=" shrink-0 group-hover:-translate-x-1 transition duration-300 h-4 w-4"
height=24
width=24
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m15 18-6-6 6-6"/>
</svg>
<span class="ml-2">
Go Back
</span>