mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Change trail card as the trail has already happened (#1379)
This commit is contained in:
parent
9d1694627a
commit
a9b76154b8
1 changed files with 5 additions and 5 deletions
|
|
@ -62,15 +62,15 @@ export default function Trail() {
|
|||
</Text>
|
||||
|
||||
<Buttons
|
||||
icon="flag-fill"
|
||||
href="https://trail.hackclub.com/"
|
||||
icon="view-fill"
|
||||
href="https://www.youtube.com/watch?v=ufMUJ9D1fi8"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
primary="#032412"
|
||||
id="43"
|
||||
sx={{ color: '#FFF5D8', fontFamily: "Fraunces", border: "3px solid #FFF5D8" }}
|
||||
>
|
||||
Join Us
|
||||
View the Documentary
|
||||
</Buttons>
|
||||
</Flex>
|
||||
</Flex>
|
||||
|
|
@ -79,12 +79,12 @@ export default function Trail() {
|
|||
as="p"
|
||||
variant="subtitle"
|
||||
sx={{
|
||||
fontSize: ['22px', '20px', '18px'],
|
||||
fontSize: ['26px', '24px', '22px'],
|
||||
color: "#032412",
|
||||
backgroundColor: "#FFF5D8"
|
||||
}}
|
||||
>
|
||||
Join 30 Hack Clubbers on a 7 day hike along the Pacific Crest Trail supplied by only the technical equipment that we built.
|
||||
30 Hack Clubbers went on a 7 day hike along the Pacific Crest Trail supplied by only the technical equipment that they built.
|
||||
</Text>
|
||||
</Box>
|
||||
</Grid>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue