feat(SW-187): moved footer fragments to CurrentFooter folder

This commit is contained in:
Pontus Dreij
2024-08-26 13:20:54 +02:00
parent ced73fb693
commit 99208abfb9
6 changed files with 5 additions and 5 deletions
@@ -0,0 +1,17 @@
fragment SocialMedia on CurrentFooter {
social_media {
title
facebook {
href
title
}
instagram {
href
title
}
twitter {
href
title
}
}
}