Fix homepage link in PageHeader component
This commit is contained in:
@@ -14,7 +14,7 @@ export const PageHeader = () => {
|
||||
|
||||
return (
|
||||
<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"> </span>
|
||||
<SelectLanguage />
|
||||
{isRestrictedPage && (
|
||||
|
||||
Reference in New Issue
Block a user