feat: implement new footer

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-04-16 16:53:46 +07:00
parent 5c59c86d55
commit b08cf040ce
14 changed files with 90 additions and 19 deletions

View File

@@ -4,6 +4,10 @@ export const getMenuQuery = /* GraphQL */ `
items {
title
url
items {
title
url
}
}
}
}