mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Update brand.js (#180)
This commit is contained in:
parent
b241db6ef3
commit
f8ea11ba29
1 changed files with 3 additions and 1 deletions
|
|
@ -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 HQ’s 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={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue