feat(SW-962): remove open in new tab key

This commit is contained in:
Fredrik Thorsson
2024-12-03 08:58:16 +01:00
parent f171bf9af7
commit c86bbbc205
5 changed files with 12 additions and 16 deletions

View File

@@ -1,4 +1,6 @@
export type ActivitiesSidePeekProps = {
preamble: string
contentPageLink: string
contentPage: {
href: string
preamble: string
}
}