From cf9a1de3858aee2a11e341d8d596c6c4497baa6e Mon Sep 17 00:00:00 2001 From: Trey t Date: Sat, 7 Mar 2026 10:25:38 -0600 Subject: [PATCH] Replace square grid with honeycomb pattern to match app icon Co-Authored-By: Claude Opus 4.6 --- src/app/(auth)/layout.tsx | 9 ++++----- src/app/page.tsx | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/(auth)/layout.tsx b/src/app/(auth)/layout.tsx index 782575f..bec3cbd 100644 --- a/src/app/(auth)/layout.tsx +++ b/src/app/(auth)/layout.tsx @@ -12,13 +12,12 @@ export default function AuthLayout({ children }: { children: React.ReactNode })
- {/* Subtle grid */} + {/* Subtle honeycomb pattern */}
diff --git a/src/app/page.tsx b/src/app/page.tsx index 18b40fe..5f062df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,13 +144,12 @@ export default function HomePage() {
- {/* Subtle grid pattern */} + {/* Subtle honeycomb pattern */}