Work on CMS header, minor changes (#78)

* Work on CMS header, minor changes

* Fix deploy maybe

* Fix animation mobile, fix caret

* Fix header color, etc
This commit is contained in:
Fede Álvarez
2022-06-30 13:39:27 +02:00
committed by GitHub
parent 6e809daa52
commit 7200a8638e
19 changed files with 279 additions and 135 deletions
+10
View File
@@ -0,0 +1,10 @@
const HeaderQuery = {
query: `
{
header {
navMenu
}
}`
}
export { HeaderQuery }