make sure connect is still in footer

This commit is contained in:
keyan 2021-10-28 12:03:26 -05:00
parent 39ee87662e
commit 16fe74edf1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default function Footer ({ noLinks }) {
}
`
const { data } = useQuery(query)
const { data } = useQuery(query, { fetchPolicy: 'cache-first' })
return (
<footer>