summaryrefslogtreecommitdiffstats
path: root/src/ui/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/components')
-rw-r--r--src/ui/components/SiteFooter.tsx2
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";
5import { Logo } from "./Logo.tsx"; 5import { Logo } from "./Logo.tsx";
6 6
7export const SiteFooter = async () => { 7export 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">