summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/components/Logo.tsx2
1 files changed, 1 insertions, 1 deletions
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"> & {
8}; 8};
9 9
10export const Logo = async ({ size, variant, class: cls, ...props }: Props) => { 10export const Logo = async ({ size, variant, class: cls, ...props }: Props) => {
11 const symbols = await site.load("assets/symbols.svg"); 11 const symbols = await site.load("assets/symbols.svg").one();
12 12
13 return ( 13 return (
14 <a 14 <a