From 52b12200bcfd7ec1e8e79ba68a327b377397fbbe Mon Sep 17 00:00:00 2001 From: lora322 <39804183+lora322@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:29:45 -0400 Subject: [PATCH 1/2] Update footer links to Veracity Real Estate Solutions --- frontend/src/components/FooterBar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/FooterBar.tsx b/frontend/src/components/FooterBar.tsx index 7027c3d..a096109 100644 --- a/frontend/src/components/FooterBar.tsx +++ b/frontend/src/components/FooterBar.tsx @@ -1,4 +1,4 @@ -import React, { ReactNode } from 'react'; +ciimport React, { ReactNode } from 'react'; import LanguageSwitcher from './LanguageSwitcher'; import { containerMaxW } from '../config'; import Logo from './Logo'; @@ -16,8 +16,8 @@ export default function FooterBar({ children }: Props) {