From f8ea11ba29cb76df1b7eb4e29056fc3c52fdc1fd Mon Sep 17 00:00:00 2001
From: Sam Poder <39828164+sampoder@users.noreply.github.com>
Date: Sun, 22 Aug 2021 12:04:53 +0800
Subject: [PATCH] Update brand.js (#180)
---
pages/brand.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pages/brand.js b/pages/brand.js
index 84fda1e4..132fd3b8 100644
--- a/pages/brand.js
+++ b/pages/brand.js
@@ -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"
/>
-
+
+