[arcade] Improve announcement copy

This commit is contained in:
Max Wofford 2024-06-01 14:07:27 -04:00
parent 8cfd801d40
commit 04e0e9e769
2 changed files with 4 additions and 4 deletions

View file

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

View file

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