feat(SW-395): Added tracking to header and footer

This commit is contained in:
Erik Tiekstra
2025-01-08 14:18:12 +01:00
parent 9c2d9ec528
commit d11b9e8aee
7 changed files with 83 additions and 38 deletions

View File

@@ -0,0 +1,6 @@
export interface SocialLinkProps {
link: {
href: string
title: string
}
}