chore: remove logo from header and README
All checks were successful
Build and Deploy / Build & Push (push) Successful in 3m3s
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:
@@ -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
|
||||||
|
|||||||
20
app/page.tsx
20
app/page.tsx
@@ -78,18 +78,14 @@ 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 }}>
|
<span style={{
|
||||||
{/* eslint-disable-next-line @next/next/no-img-element */}
|
fontSize: "1.1rem",
|
||||||
<img src="/logo.svg" alt="" style={{ height: 28, width: "auto" }} />
|
fontWeight: 700,
|
||||||
<span style={{
|
color: "var(--color-text)",
|
||||||
fontSize: "1.1rem",
|
letterSpacing: "-0.02em",
|
||||||
fontWeight: 700,
|
}}>
|
||||||
color: "var(--color-text)",
|
Thoosie Calendar
|
||||||
letterSpacing: "-0.02em",
|
</span>
|
||||||
}}>
|
|
||||||
Thoosie Calendar
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<span style={{
|
<span style={{
|
||||||
background: "var(--color-surface)",
|
background: "var(--color-surface)",
|
||||||
|
|||||||
Reference in New Issue
Block a user