mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Merge branch 'main' into arcade
This commit is contained in:
commit
64ec7ea1a6
2 changed files with 8 additions and 8 deletions
|
|
@ -410,15 +410,15 @@ function Page({
|
|||
count === images.length - 2
|
||||
? images[0].src
|
||||
: images.length - 1
|
||||
? images[1].src
|
||||
: images[count + 2].src
|
||||
? images[1].src
|
||||
: images[count + 2].src
|
||||
}
|
||||
alt={
|
||||
count === images.length - 2
|
||||
? images[0].alt
|
||||
: images.length - 1
|
||||
? images[1].alt
|
||||
: images[count + 2].alt
|
||||
? images[1].alt
|
||||
: images[count + 2].alt
|
||||
}
|
||||
width={3000}
|
||||
height={2550}
|
||||
|
|
@ -676,7 +676,7 @@ function Page({
|
|||
</Text>
|
||||
</Box>
|
||||
<Pizza />
|
||||
<Trail />
|
||||
<Trail />
|
||||
<Slack slackKey={slackKey} data={slackData} events={events} />
|
||||
</Box>
|
||||
</Box>
|
||||
|
|
|
|||
|
|
@ -243,8 +243,8 @@
|
|||
Thank you:
|
||||
<a href="https://awdev.codes" target="_blank">Aaron Wong</a>,
|
||||
<a href="https://github.com/kvnyng" target="_blank">Kevin Yang</a>,
|
||||
Caleb Denio,
|
||||
Charlie 24c02,
|
||||
<a href="https://github.com/cjdenio" target="_blank">Caleb Denio</a>,
|
||||
<a href="https://github.com/24c02" target="_blank">Nora</a>,
|
||||
& <a href="https://maxwofford.com" target="_blank">Max Wofford</a>
|
||||
</p>
|
||||
<p>Hack Club is a registered 501(c)3 nonprofit organization that supports a network
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue