Moved to keeping the SVGs in repo
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m7s

This commit is contained in:
2026-02-12 13:15:34 -07:00
parent b15dce4cd4
commit 62dcec8202
13 changed files with 324 additions and 793 deletions

View File

@@ -1,6 +1,6 @@
---
import { siteConfig } from "../config/site";
import { Icon } from "astro-icon/components";
import Icon from "./Icon.astro";
import { Image } from "astro:assets";
---
@@ -17,7 +17,7 @@ import { Image } from "astro:assets";
class="btn btn-ghost btn-circle lg:hidden"
aria-label="Open menu"
>
<Icon name="heroicons:bars-3-bottom-left" class="h-5 w-5" />
<Icon name="bars-3-bottom-left" class="h-5 w-5" />
</div>
<ul
tabindex="0"