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

@@ -78,18 +78,14 @@ export default async function HomePage({ searchParams }: PageProps) {
justifyContent: "space-between",
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={{
fontSize: "1.1rem",
fontWeight: 700,
color: "var(--color-text)",
letterSpacing: "-0.02em",
}}>
Thoosie Calendar
</span>
</div>
<span style={{
fontSize: "1.1rem",
fontWeight: 700,
color: "var(--color-text)",
letterSpacing: "-0.02em",
}}>
Thoosie Calendar
</span>
<span style={{
background: "var(--color-surface)",