mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-08 08:04:07 +00:00
Footer to CMS
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
const FooterQuery = {
|
||||
query: `
|
||||
{
|
||||
footer {
|
||||
aboutLinks
|
||||
communityLinks
|
||||
connectLinks
|
||||
developerLinks
|
||||
productsLinks
|
||||
}
|
||||
}`
|
||||
}
|
||||
|
||||
export { FooterQuery }
|
||||
Reference in New Issue
Block a user