title page translated to english

This commit is contained in:
2024-02-15 09:18:26 +01:00
parent 3ae8ed326a
commit c615916be1
3 changed files with 13 additions and 13 deletions

View File

@@ -3,5 +3,5 @@ import Link from "next/link";
export const PageHeader = () =>
<div className="navbar bg-base-100 mb-6">
<Link className="btn btn-ghost text-xl" href="/"><Image src="/icon3.png" alt="logo" width={48} height={48} /> Moje Režije</Link>
<Link className="btn btn-ghost text-xl" href="/"><Image src="/icon3.png" alt="logo" width={48} height={48} /> Režije</Link>
</div>