This commit is contained in:
Janis Meister
2023-03-13 09:02:51 +01:00
parent e36ac243ee
commit f9128c9515
2 changed files with 69 additions and 3 deletions

View File

@@ -33,10 +33,10 @@ export default function Nav({ localeTexts }) {
{localeTexts?.nav?.surroundings ?? ""}
</Link>
<Link
href="/gallery"
className={currentRoute === "/gallery" ? `${styles.active}` : ""}
href="/furnishing"
className={currentRoute === "/furnishing" ? `${styles.active}` : ""}
>
{localeTexts?.nav?.gallery ?? ""}
{localeTexts?.nav?.furnishing ?? ""}
</Link>
<Link