mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
ForceTheme on /donate page to light (#216)
This commit is contained in:
parent
a555ce0f38
commit
7e62eaabe6
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ import {
|
|||
} from 'theme-ui'
|
||||
import Head from 'next/head'
|
||||
import Meta from '@hackclub/meta'
|
||||
import ForceTheme from '../components/force-theme'
|
||||
import Nav from '../components/nav'
|
||||
import Footer from '../components/footer'
|
||||
import Sponsors from '../components/donate/sponsors'
|
||||
|
|
@ -171,6 +172,7 @@ export default function Donate() {
|
|||
image="https://cloud-cz9a6kt0a-hack-club-bot.vercel.app/0social-photo_2.jpg"
|
||||
/>
|
||||
<Nav color="muted" />
|
||||
<ForceTheme theme="light" />
|
||||
<Header pt={[5, 5, 6]}>
|
||||
<Grid
|
||||
color="black"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue