Use Assemble as a Background Image (#513)

* Update next.config.js

* Update index.js

* Update index.js
This commit is contained in:
Sam Poder 2022-08-22 10:03:31 +08:00 committed by GitHub
parent 554d836935
commit 5bff86adb9
2 changed files with 7 additions and 6 deletions

View file

@ -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',
''
]

View file

@ -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>