fix(SW-997): add scrollOnClick to Card link

This commit is contained in:
Matilda Landström
2024-12-11 14:10:06 +01:00
parent 53c33fef13
commit 21807cfca3
5 changed files with 8 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ function setCardProps(
href: `?s=${href}`,
title: buttonText,
isExternal: false,
scrollOnClick: false,
},
}
}