fix(SW-2758): Using ?s queryparameter again to handle sidepeeks on hotel pages
Approved-by: Matilda Landström
This commit is contained in:
@@ -83,7 +83,7 @@ function setCardProps(
|
||||
heading,
|
||||
scriptedTopTitle,
|
||||
secondaryButton: {
|
||||
href: `#s-${slug}`,
|
||||
href: `?s=${slug}`,
|
||||
title: buttonText,
|
||||
isExternal: false,
|
||||
scrollOnClick: false,
|
||||
|
||||
Reference in New Issue
Block a user