mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Minor QOL improvements
This commit is contained in:
parent
f608be9d41
commit
098e643812
1 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ import Nav from '../components/nav'
|
|||
import Footer from '../components/footer'
|
||||
import Carousel from '../components/congressional-app-challenge/carousel'
|
||||
|
||||
const color = '#000000'
|
||||
const color = '#000'
|
||||
|
||||
function Page({
|
||||
carouselCards
|
||||
|
|
@ -22,7 +22,7 @@ function Page({
|
|||
<>
|
||||
<Meta
|
||||
as={Head}
|
||||
title="Congressional App Challenge x Hack Club"
|
||||
title="Congressional App Challenge"
|
||||
description="How Hack Club can help you apply to the Congressional App Challenge."
|
||||
/>
|
||||
<Nav color={color} light />
|
||||
|
|
@ -52,6 +52,7 @@ function Page({
|
|||
>
|
||||
Build a cool project for the{' '}
|
||||
</Text>
|
||||
<br />
|
||||
<Text
|
||||
as="span"
|
||||
sx={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue