mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Force theme on opensource page (#327)
This commit is contained in:
parent
0027e5b42d
commit
e35e53da58
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import Head from 'next/head'
|
|||
import Nav from '../components/nav'
|
||||
import Footer from '../components/footer'
|
||||
import { Octokit } from '@octokit/rest'
|
||||
import ForceTheme from '../components/force-theme'
|
||||
|
||||
export const BankProject = ({ name, url }) => (
|
||||
<Card
|
||||
|
|
@ -47,6 +48,7 @@ const Page = ({ repos }) => (
|
|||
description="Explore our finances, code, planning documents and more."
|
||||
image="https://workshop-cards.hackclub.com/Open%20Source.png?theme=dark&fontSize=350px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav color="text" />
|
||||
<Box
|
||||
as="header"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue