diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-23 18:06:26 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-23 18:06:26 +0200 |
| commit | 30014cc633a1ab3f46c785509d1d8c39efe82b7f (patch) | |
| tree | 6fd103b023e4d0cf2c26680ab974e0fe493da20a /src/ui/components | |
| parent | Use Corvos 0.1.3 (diff) | |
| download | corvos-website-30014cc633a1ab3f46c785509d1d8c39efe82b7f.tar.gz corvos-website-30014cc633a1ab3f46c785509d1d8c39efe82b7f.tar.bz2 corvos-website-30014cc633a1ab3f46c785509d1d8c39efe82b7f.zip | |
Fix logo
Diffstat (limited to 'src/ui/components')
| -rw-r--r-- | src/ui/components/Logo.tsx | 2 |
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 | ||
| 10 | export const Logo = async ({ size, variant, class: cls, ...props }: Props) => { | 10 | export 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 |
