mirror of
https://github.com/DerTyp7/apartment-altenau-nextjs.git
synced 2025-10-29 12:52:12 +01:00
add
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user