diff --git a/src/ui/components/internal/site-footer.tsx b/src/ui/components/internal/site-footer.tsx index ecf5221..181161c 100644 --- a/src/ui/components/internal/site-footer.tsx +++ b/src/ui/components/internal/site-footer.tsx @@ -1,14 +1,5 @@ import { siteConfig } from '@/site.config'; - - - - - - - - - export function SiteFooter() { const copyrightHolder = siteConfig.copyright.company || siteConfig.author.name;