feat(SW-1347): SidePeekProvider is now using '#s-' instead of '?s='
This commit is contained in:
@@ -42,7 +42,7 @@ function setCardProps(
|
||||
heading,
|
||||
scriptedTopTitle,
|
||||
secondaryButton: {
|
||||
href: `?s=${href}`,
|
||||
href: `#s-${href}`,
|
||||
title: buttonText,
|
||||
isExternal: false,
|
||||
scrollOnClick: false,
|
||||
|
||||
Reference in New Issue
Block a user