From 30014cc633a1ab3f46c785509d1d8c39efe82b7f Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 23 Jul 2026 18:06:26 +0200 Subject: Fix logo --- src/ui/components/Logo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/components/Logo.tsx b/src/ui/components/Logo.tsx index a9ec9be..984389b 100644 --- a/src/ui/components/Logo.tsx +++ b/src/ui/components/Logo.tsx @@ -8,7 +8,7 @@ export type Props = HTMLAttributes<"a"> & { }; export const Logo = async ({ size, variant, class: cls, ...props }: Props) => { - const symbols = await site.load("assets/symbols.svg"); + const symbols = await site.load("assets/symbols.svg").one(); return (