From 0d93c6851c8833ba64cdb04b308280da9e825d8f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 15:51:40 +0000 Subject: [PATCH] Bob AI: Swapped footer to FooterBrand component --- src/components/Layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6b7aa7f..4f29871 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,4 +1,4 @@ -import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia'; +import FooterBrand from '@/components/sections/footer/FooterBrand'; import NavbarInline from '@/components/ui/NavbarInline'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; @@ -53,9 +53,9 @@ export default function Layout() { -