mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Add Sprig shoutout to features
This commit is contained in:
parent
dfe444efc4
commit
45c7ce76c3
1 changed files with 14 additions and 1 deletions
|
|
@ -458,6 +458,19 @@ const Page = () => (
|
|||
</>
|
||||
}
|
||||
/>
|
||||
<Feature
|
||||
icon="bolt"
|
||||
color="green"
|
||||
name="Tools to hack on"
|
||||
desc={
|
||||
<>
|
||||
We build tools, such as
|
||||
<a href="https://sprig.hackclub.com">Sprig</a>, that your members can
|
||||
use to make projects with in meetings! Built more of them with us in the
|
||||
<Link href="/slack">Slack</Link>.
|
||||
</>
|
||||
}
|
||||
></Feature>
|
||||
<Feature
|
||||
icon="docs"
|
||||
color="red"
|
||||
|
|
@ -497,7 +510,7 @@ const Page = () => (
|
|||
your club shipped directly to you & your club members.
|
||||
</>
|
||||
}
|
||||
color="green"
|
||||
color="purple"
|
||||
icon="sticker"
|
||||
></Feature>
|
||||
<Feature
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue