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

@@ -19,6 +19,7 @@ export type FacilityCard = {
title: string
openInNewTab?: boolean
isExternal: boolean
scrollOnClick: boolean
}
heading: string
scriptedTopTitle: string