Fix homepage link in PageHeader component

This commit is contained in:
Knee Cola
2025-11-25 22:03:53 +01:00
parent f980ac3be2
commit b5405009ba

View File

@@ -14,7 +14,7 @@ export const PageHeader = () => {
return ( return (
<div className="navbar bg-base-100 mb-6"> <div className="navbar bg-base-100 mb-6">
<Link className="btn btn-ghost text-xl" href={`/${locale}/home`}><Image src="/icon3.png" alt="logo" width={48} height={48} /> Režije</Link> <Link className="btn btn-ghost text-xl" href="/"><Image src="/icon3.png" alt="logo" width={48} height={48} /> Režije</Link>
<span className="grow">&nbsp;</span> <span className="grow">&nbsp;</span>
<SelectLanguage /> <SelectLanguage />
{isRestrictedPage && ( {isRestrictedPage && (