feat(SW-187): Added social media data and copyright label

This commit is contained in:
Pontus Dreij
2024-09-05 09:34:02 +02:00
parent 2c37bbad55
commit c033f776b6
17 changed files with 144 additions and 91 deletions

View File

@@ -1,6 +1,7 @@
#import "../Fragments/Footer/AppDownloads.graphql"
#import "../Fragments/Footer/MainLinks.graphql"
#import "../Fragments/Footer/SecondaryLinks.graphql"
#import "../Fragments/Footer/SocialMedia.graphql"
#import "../Fragments/Footer/Refs/MainLinks.graphql"
#import "../Fragments/Footer/Refs/SecondaryLinks.graphql"
#import "../Fragments/Refs/System.graphql"
@@ -11,6 +12,7 @@ query GetFooter($locale: String!) {
...MainLinks
...SecondaryLinks
...AppDownloads
...SocialMedia
}
}
}