From e7de932fba112e8724ddb4cc721d13560f8e532c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:28:55 +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 d5c3d50..8641cc0 100644 --- a/src/components/navbar/Logo.tsx +++ b/src/components/navbar/Logo.tsx @@ -18,7 +18,7 @@ interface LogoProps { const Logo = ({ // logoSrc, // logoAlt = "", - brandName = "Webild", + brandName = "Francisco's ", // className = "", // imageClassName = "", textClassName = "",