feat(SW-1347): SidePeekProvider is now using '#s-' instead of '?s='

This commit is contained in:
Erik Tiekstra
2025-01-10 12:01:42 +01:00
parent c82b6866e7
commit 96820ba89a
7 changed files with 22 additions and 39 deletions

View File

@@ -42,7 +42,7 @@ function setCardProps(
heading,
scriptedTopTitle,
secondaryButton: {
href: `?s=${href}`,
href: `#s-${href}`,
title: buttonText,
isExternal: false,
scrollOnClick: false,