From 08e74e9964fcfa5e5f8c1f67d7406c450dcf157a Mon Sep 17 00:00:00 2001 From: Nathan <70660308+notaroomba@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:05:14 -0500 Subject: [PATCH] Update description (#1834) * adding in scraps * update scraps --- components/index/cards/scraps.js | 53 ++++++++++++++++---------------- lib/carousel.json | 2 +- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/components/index/cards/scraps.js b/components/index/cards/scraps.js index 9668cd2c..c1e2835b 100644 --- a/components/index/cards/scraps.js +++ b/components/index/cards/scraps.js @@ -28,7 +28,7 @@ export default function Scraps() { height: '100%', width: 'auto', objectFit: 'contain', - display: ['none', 'none', 'block', 'block'], + display: ['none', 'none', 'none', 'block'], zIndex: 1 }} /> @@ -37,7 +37,11 @@ export default function Scraps() { position: 'relative', zIndex: 2, paddingInline: '50px', - maxWidth: ['100%', '100%', '50%'] + maxWidth: ['100%', '100%', '100%', '50%'], + display: 'flex', + flexDirection: 'column', + justifyContent: 'space-around', + height: '100%' }} > - - ys: any project (silly, nonsensical, or fun) - - ws: a chance to win something amazing (including rare - stickers) + Build any project, track your hours, and earn a virtual currency + called scraps. Roll for prizes like hardware, stickers, and rare + collectibles from Hack Club HQ - all for free! - - - - + + start scrapping - + ) diff --git a/lib/carousel.json b/lib/carousel.json index 769e16ae..583d66bb 100644 --- a/lib/carousel.json +++ b/lib/carousel.json @@ -39,7 +39,7 @@ "titleColor": "black", "descriptionColor": "black", "title": "scraps", - "description": "ship any project (silly, nonsensical, or fun) and win random items from HQ, including rare stickers!", + "description": "Build projects, track your hours, earn scraps, and roll for prizes like hardware, stickers, and rare collectibles!", "img": "https://raw.githubusercontent.com/hackclub/scraps/refs/heads/main/frontend/static/icon.png", "link": "https://scraps.hackclub.com/?utm_source=site-carousel" },