From b4183507a898bfff7c0ed9471b649b06adaa5ac2 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 4 Apr 2026 12:28:39 -0400 Subject: [PATCH] chore: remove logo from header and README Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 -- app/page.tsx | 20 ++++++++------------ 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2054b48..f08769c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Thoosie Calendar -Thoosie Calendar - A week-by-week calendar showing operating hours for all Six Flags Entertainment Group theme parks — including the former Cedar Fair parks. Data is scraped from the Six Flags internal API and stored locally in SQLite. Click any park to see its full month calendar and live ride status with current wait times. ## Parks diff --git a/app/page.tsx b/app/page.tsx index 460f3fd..63eed42 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -78,18 +78,14 @@ export default async function HomePage({ searchParams }: PageProps) { justifyContent: "space-between", gap: 12, }}> -
- {/* eslint-disable-next-line @next/next/no-img-element */} - - - Thoosie Calendar - -
+ + Thoosie Calendar +