diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-23 18:04:38 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-23 18:04:38 +0200 |
| commit | 25ba731173314e3dee48a0b4671f38ba4018564d (patch) | |
| tree | 6d7b9d4eec8e4727031032795f7dec733c4609ff /src/ui/components/SiteFooter.tsx | |
| parent | Remove uses of removed component helper (diff) | |
| download | corvos-website-25ba731173314e3dee48a0b4671f38ba4018564d.tar.gz corvos-website-25ba731173314e3dee48a0b4671f38ba4018564d.tar.bz2 corvos-website-25ba731173314e3dee48a0b4671f38ba4018564d.zip | |
Use Corvos 0.1.3
Diffstat (limited to 'src/ui/components/SiteFooter.tsx')
| -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"> |
