From 85418ec84f28bb84262aef78fce6186cb33bf107 Mon Sep 17 00:00:00 2001 From: RazorHollow Date: Tue, 8 Oct 2024 14:52:08 -0400 Subject: [PATCH] adjust copy and clean up console logs --- app/components/Avatar.tsx | 2 -- app/components/ServicesNavBar.tsx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/components/Avatar.tsx b/app/components/Avatar.tsx index 76b57c7..7f653d3 100644 --- a/app/components/Avatar.tsx +++ b/app/components/Avatar.tsx @@ -4,8 +4,6 @@ export default function Avatar({ name }: { name: string }) { const backgroundColor = getBrandColorFromName(name).split(" ").join(""); const firstLetter = name.charAt(0).toUpperCase(); - console.log("Avatar: ", name, firstLetter, backgroundColor); - return (

{currentIndex === -1 - ? "Explore our 3-step process for exceptional tree care and discover how we can help you transform your outdoor space." + ? "Explore our 3-step process and discover how simple it is to transform your outdoor space." : "Learn more about our professional tree care services designed to meet all your needs."}