Update brand.js (#180)

This commit is contained in:
Sam Poder 2021-08-22 12:04:53 +08:00 committed by GitHub
parent b241db6ef3
commit f8ea11ba29

View file

@ -15,6 +15,7 @@ import theme from '@hackclub/theme'
import Meta from '@hackclub/meta'
import Icon from '@hackclub/icons'
import Head from 'next/head'
import ForceTheme from '../components/force-theme'
import Nav from '../components/nav'
import Footer from '../components/footer'
import { startCase } from 'lodash'
@ -107,7 +108,8 @@ const Page = ({ css }) => (
description="Download Hack Club HQs logos and preview our brand fonts & colors."
image="https://workshop-cards.hackclub.com/Branding.png?theme=dark&fontSize=350px&brand=HQ"
/>
<Nav />
<ForceTheme theme="light" />
<Nav color="text" />
<Box
as="header"
sx={{