Remove header and footer separator borders

This commit is contained in:
2025-11-17 21:34:24 +08:00
parent 845be8a6fe
commit 2a717665ca
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ export function SiteFooter() {
}[];
return (
<footer className="border-t py-4 text-center text-sm text-gray-500 dark:text-slate-400">
<footer className="py-4 text-center text-sm text-gray-500 dark:text-slate-400">
<div>
© {new Date().getFullYear()} {siteConfig.author}
</div>