summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2026-07-23 18:06:26 +0200
committerVolpeon <git@volpeon.ink>2026-07-23 18:06:26 +0200
commit30014cc633a1ab3f46c785509d1d8c39efe82b7f (patch)
tree6fd103b023e4d0cf2c26680ab974e0fe493da20a /src/ui
parentUse Corvos 0.1.3 (diff)
downloadcorvos-website-30014cc633a1ab3f46c785509d1d8c39efe82b7f.tar.gz
corvos-website-30014cc633a1ab3f46c785509d1d8c39efe82b7f.tar.bz2
corvos-website-30014cc633a1ab3f46c785509d1d8c39efe82b7f.zip
Fix logo
Diffstat (limited to 'src/ui')
-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