From b2683cdbd0c1b5fb14c77f2138d2bef1bf8f7cef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:56 +0000 Subject: [PATCH] Update src/components/navbar/Logo.tsx --- src/components/navbar/Logo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/Logo.tsx b/src/components/navbar/Logo.tsx index cefc088..f0fba6b 100644 --- a/src/components/navbar/Logo.tsx +++ b/src/components/navbar/Logo.tsx @@ -18,7 +18,7 @@ interface LogoProps { const Logo = ({ // logoSrc, // logoAlt = "", - brandName = "Contact Us ", + brandName = "CONTACT US ", // className = "", // imageClassName = "", textClassName = "",