feat(sw-343) set up intercepted routes for map modal
This commit is contained in:
@@ -25,7 +25,7 @@ export default function MobileButtonContainer({ city }: { city: string }) {
|
||||
className={styles.button}
|
||||
>
|
||||
<Link
|
||||
href={`${selectHotelMap[lang]}/${city}`}
|
||||
href={`${selectHotelMap[lang]}`}
|
||||
keepSearchParams
|
||||
color="burgundy"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user