diff options
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 |
