From d7036557d0a57267fdb598f8ae32125e9e742372 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sat, 11 Apr 2026 01:00:37 -0300 Subject: [PATCH] feat: clean up site footer component by removing unnecessary whitespace --- src/ui/components/internal/site-footer.tsx | 9 --------- 1 file changed, 9 deletions(-) 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;