Small fixes

This commit is contained in:
Lachlan Campbell 2020-05-20 15:24:11 -04:00
parent fc0ea1da28
commit 096e79e4a9
2 changed files with 8 additions and 9 deletions

View file

@ -23,7 +23,7 @@ export default () => (
<>
<Meta
as={Head}
title="Elon Musk announcement"
title="Elon Musk is Giving $500K"
description="Were thrilled to announce Elon Musk has donated $500k to Hack Club, a global nonprofit network of high school hackers & coding clubs."
image="https://assets.hackclub.com/log/HC-500k@1080w.png"
/>
@ -46,7 +46,7 @@ export default () => (
fontSize: [5, 6, null, 7],
span: {
WebkitTextStroke: 'currentColor',
WebkitTextStrokeWidth: '3px',
WebkitTextStrokeWidth: ['2px', '3px'],
WebkitTextFillColor: 'transparent'
}
}}

View file

@ -75,7 +75,7 @@ const Event = ({ title, month, day }) => (
</Grid>
)
const Window = ({ title, children, ...props }) => (
const Window = ({ title, children }) => (
<Card
sx={{
p: [0, 0],
@ -104,12 +104,11 @@ const Window = ({ title, children, ...props }) => (
export default () => (
<>
<Head>
<Meta
description="Hack Club is a global nonprofit network of high school makers & student-led coding clubs where young people build the agency, the network, & the technical talent to think big & do big things in the world."
image="https://cdn.glitch.com/a7605379-7582-4aac-8f44-45bbdfca0cfa%2Fhackclub.jpg?v=1587740807714"
/>
</Head>
<Meta
as={Head}
description="Hack Club is a global nonprofit network of high school makers & student-led coding clubs where young people build the agency, the network, & the technical talent to think big & do big things in the world."
image="https://cdn.glitch.com/a7605379-7582-4aac-8f44-45bbdfca0cfa%2Fhackclub.jpg?v=1587740807714"
/>
<ForceTheme theme="light" />
<Nav />
<Box