From bd97c962a1cff3d9d4a7bc726d411fa66945fb9f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:26:35 +0000 Subject: [PATCH] Switch to version 2: modified 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..d5c3d50 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 = "Webild", // className = "", // imageClassName = "", textClassName = "",