Feat/footer * chore: correct type * fix: remove redundant return type * chore: align code formatting * chore: format code to avoid diffing noise * chore: clean up format diffing noise * chore: move props tying to types folder * fix: update app_downloads usage and types * fix: improve footer query and typings * refactor: add Image.graphql * fix: correct typings
18 lines
198 B
GraphQL
18 lines
198 B
GraphQL
fragment SocialMedia on Footer {
|
|
social_media {
|
|
title
|
|
facebook {
|
|
href
|
|
title
|
|
}
|
|
instagram {
|
|
href
|
|
title
|
|
}
|
|
twitter {
|
|
href
|
|
title
|
|
}
|
|
}
|
|
}
|