Moved to keeping the SVGs in repo
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m7s
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m7s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user