fix i18n add help page
This commit is contained in:
@@ -14,7 +14,7 @@ export function Navbar() {
|
||||
<NavLink
|
||||
className={"navLink"}
|
||||
aria-label={t("dashboard")}
|
||||
to="/dashboard/productors"
|
||||
to="/dashboard/help"
|
||||
>
|
||||
{t("dashboard", { capfirst: true })}
|
||||
</NavLink>
|
||||
|
||||
Reference in New Issue
Block a user