mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
[arcade] Improve announcement copy
This commit is contained in:
parent
8cfd801d40
commit
04e0e9e769
2 changed files with 4 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ const Announcement = ({
|
|||
/>
|
||||
)}
|
||||
{imgSrc && (
|
||||
<Box sx={{ mr: [2,3], width: 32, flexShrink: 0 }}>
|
||||
<Box sx={{ mr: [2,3], ml: 2, width: 32, flexShrink: 0 }}>
|
||||
<Image
|
||||
src={imgSrc}
|
||||
alt={imgAlt}
|
||||
|
|
|
|||
|
|
@ -204,10 +204,10 @@ function Page({
|
|||
gradient="linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.45))"
|
||||
/>
|
||||
<Announcement
|
||||
copy="This week, build in public at the Hack Hour Arcade."
|
||||
caption="And earn powerups for your next project from Jun 1 - 7."
|
||||
copy="Build in public at the Hack Arcade June 1 - 7"
|
||||
caption="Get domains, breadboards & multimeters, and drawing tablets."
|
||||
href="/arcade/"
|
||||
iconLeft="bolt"
|
||||
imgSrc="https://cloud-gyu8zgkki-hack-club-bot.vercel.app/0_______.png"
|
||||
/>
|
||||
<Box
|
||||
sx={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue