Merged in feat(SW-1993)-tracking-mystay-cancellation (pull request #1588)
Feat(SW-1993) tracking mystay * feat(SW-1993) added trackEvent for cancelStay and mypagelink * feat(SW-1993) implement trackCancelStay and trackMyStayPageLink Approved-by: Linus Flood
This commit is contained in:
@@ -17,6 +17,7 @@ interface SummaryCardProps {
|
||||
href: string
|
||||
text: string
|
||||
icon: React.ReactNode
|
||||
onClick?: () => void
|
||||
}[]
|
||||
chip?: React.ReactNode
|
||||
}
|
||||
@@ -59,6 +60,7 @@ export default function SummaryCard({
|
||||
target="_blank"
|
||||
color="burgundy"
|
||||
className={styles.link}
|
||||
onClick={link.onClick}
|
||||
>
|
||||
{link.icon}
|
||||
{link.text}
|
||||
|
||||
Reference in New Issue
Block a user