diff options
Diffstat (limited to 'src/ui/components')
| -rw-r--r-- | src/ui/components/SiteFooter.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/components/SiteFooter.tsx b/src/ui/components/SiteFooter.tsx index 8bada2e..9accfbe 100644 --- a/src/ui/components/SiteFooter.tsx +++ b/src/ui/components/SiteFooter.tsx | |||
| @@ -5,7 +5,7 @@ import { Divider } from "../objects/Divider.tsx"; | |||
| 5 | import { Logo } from "./Logo.tsx"; | 5 | import { Logo } from "./Logo.tsx"; |
| 6 | 6 | ||
| 7 | export const SiteFooter = async () => { | 7 | export const SiteFooter = async () => { |
| 8 | const symbols = await site.load("assets/symbols.svg"); | 8 | const symbols = await site.load("assets/symbols.svg").one(); |
| 9 | 9 | ||
| 10 | return ( | 10 | return ( |
| 11 | <footer class="c-site-footer"> | 11 | <footer class="c-site-footer"> |
