From 54d56eae4022e24b24cce9e392ad8ef7c395911b Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Thu, 11 Dec 2025 18:00:31 -0600 Subject: [PATCH] Update logo to curved canopy tree design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/src/components/Layout.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index f9a4bb8..3ade3a0 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -16,18 +16,18 @@ function Layout({ children }: LayoutProps) {
- {/* Three trees representing an orchard */} - {/* Left tree */} - - - {/* Center tree (larger) */} - - - {/* Right tree */} - - - {/* Ground line */} - + {/* Three fruit trees representing an orchard */} + {/* Left tree - rounded canopy */} + + + {/* Center tree - larger rounded canopy */} + + + {/* Right tree - rounded canopy */} + + + {/* Ground */} +
Orchard