feat(SW-395): Added tracking to header and footer
This commit is contained in:
6
types/components/footer/socialLink.ts
Normal file
6
types/components/footer/socialLink.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface SocialLinkProps {
|
||||
link: {
|
||||
href: string
|
||||
title: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user