mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Use Assemble as a Background Image (#513)
* Update next.config.js * Update index.js * Update index.js
This commit is contained in:
parent
554d836935
commit
5bff86adb9
2 changed files with 7 additions and 6 deletions
|
|
@ -16,6 +16,7 @@ const nextConfig = {
|
|||
'cloud-dtijd5g0u-hack-club-bot.vercel.app',
|
||||
'cloud-3aeson6ue-hack-club-bot.vercel.app',
|
||||
'cloud-k3mgtdz5i-hack-club-bot.vercel.app',
|
||||
'cloud-2jmtbnrpz-hack-club-bot.vercel.app',
|
||||
'assets.hackclub.com',
|
||||
''
|
||||
]
|
||||
|
|
|
|||
|
|
@ -121,10 +121,10 @@ const Page = () => (
|
|||
}}
|
||||
>
|
||||
<BGImg
|
||||
src={GoldenTrainImgFile}
|
||||
width={2224}
|
||||
height={1249}
|
||||
alt="Hackers onboard The Hacker Zephyr"
|
||||
src={`https://cloud-2jmtbnrpz-hack-club-bot.vercel.app/0hack_club_assemble_02685.jpeg`}
|
||||
width={1600}
|
||||
height={1068}
|
||||
alt="Hack Clubbers assemble at Figma HQ"
|
||||
priority
|
||||
/>
|
||||
|
||||
|
|
@ -225,7 +225,7 @@ const Page = () => (
|
|||
>
|
||||
<Badge
|
||||
as="a"
|
||||
href="https://zephyr.hackclub.com"
|
||||
href="https://assemble.hackclub.com"
|
||||
variant="pill"
|
||||
sx={{
|
||||
zIndex: '1',
|
||||
|
|
@ -238,7 +238,7 @@ const Page = () => (
|
|||
transition: '0.3s ease'
|
||||
}}
|
||||
>
|
||||
Hackers onboard The Hacker Zephyr
|
||||
Hackers at Assemble in SF
|
||||
</Badge>
|
||||
</Box>
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue