This commit is contained in:
@@ -22,7 +22,7 @@ export function SiteFooter({ isAdmin = false }: SiteFooterProps) {
|
||||
const tFooter = useTranslations("footer");
|
||||
|
||||
return (
|
||||
<footer className="border-t border-border bg-surface-2">
|
||||
<footer className="border-t border-border bg-background">
|
||||
<Container className="flex flex-col gap-4 py-8">
|
||||
<nav className="flex flex-wrap gap-x-5 gap-y-3 text-sm">
|
||||
{navItems.map((item) => (
|
||||
|
||||
Reference in New Issue
Block a user