chore: remove logo from header and README
All checks were successful
Build and Deploy / Build & Push (push) Successful in 3m3s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-04 12:28:39 -04:00
parent 81ff6ea659
commit b4183507a8
2 changed files with 8 additions and 14 deletions

View File

@@ -1,7 +1,5 @@
# Thoosie Calendar # Thoosie Calendar
<img src="public/logo.svg" alt="Thoosie Calendar" width="320">
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. 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 ## Parks

View File

@@ -78,9 +78,6 @@ export default async function HomePage({ searchParams }: PageProps) {
justifyContent: "space-between", justifyContent: "space-between",
gap: 12, gap: 12,
}}> }}>
<div style={{ display: "flex", alignItems: "center", gap: 10 }}>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img src="/logo.svg" alt="" style={{ height: 28, width: "auto" }} />
<span style={{ <span style={{
fontSize: "1.1rem", fontSize: "1.1rem",
fontWeight: 700, fontWeight: 700,
@@ -89,7 +86,6 @@ export default async function HomePage({ searchParams }: PageProps) {
}}> }}>
Thoosie Calendar Thoosie Calendar
</span> </span>
</div>
<span style={{ <span style={{
background: "var(--color-surface)", background: "var(--color-surface)",