Fix app name phrasing and refresh blog seed dates
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-04 12:20:19 +01:00
parent fae5ec26fb
commit 1afd49bd24
16 changed files with 66 additions and 50 deletions

View File

@@ -136,7 +136,7 @@ const Header: React.FC = () => {
<div className="container mx-auto px-4 py-4">
<div className="flex items-center justify-between">
<Link href={localizedPath('/')} className="flex items-center gap-4">
<img src="/logo-transparent-md.png" alt="Fotospiel App Logo" className="h-12 w-auto" />
<img src="/logo-transparent-md.png" alt="Logo der Fotospiel App" className="h-12 w-auto" />
<span className="text-2xl font-bold font-display text-pink-500">
Die Fotospiel App
</span>