Skip to content

Commit

Permalink
feat: bonuses
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Oct 17, 2023
1 parent 04120aa commit 20bd24f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/pages/bonuses/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,44 +76,44 @@ const Hero = ({ findStars, findForks }) => (
accepted={findStars.find((item) => item.library === 'clickvote/clickvote')}
/>
<ForkTheLibrary
number={2}
number={8}
name="Novu"
library="novuhq/novu"
accepted={findForks.find((item) => item.library === 'novuhq/novu')}
/>
<ForkTheLibrary
number={3}
number={9}
name="ToolJet"
library="tooljet/tooljet"
accepted={findForks.find((item) => item.library === 'tooljet/tooljet')}
/>
<ForkTheLibrary
number={4}
number={10}
name="Wasp"
library="wasp-lang/wasp"
accepted={findForks.find((item) => item.library === 'wasp-lang/wasp')}
/>
<ForkTheLibrary
number={5}
number={11}
name="Hanko"
library="teamhanko/hanko"
accepted={findForks.find((item) => item.library === 'teamhanko/hanko')}
/>
<ForkTheLibrary
number={6}
number={12}
name="CrowdDev"
library="CrowdDotDev/crowd.dev"
accepted={findForks.find((item) => item.library === 'CrowdDotDev/crowd.dev')}
/>
<ForkTheLibrary
number={7}
number={13}
name="ClickVote"
library="clickvote/clickvote"
bonus={1}
accepted={findForks.find((item) => item.library === 'clickvote/clickvote')}
/>
<li className="grid grid-cols-[20px_485px_230px_1fr] gap-x-5 border-b border-gray-2 py-4 lg:grid-cols-[20px_390px_1fr_1fr] md:grid-cols-[20px_485px_230px_1fr] sm:grid-cols-[100px_100px_120px]">
<span className="sm:hidden">8</span>
<span className="sm:hidden">14</span>
<span>
<strong>Join ToolJet Slack:</strong>
<br />
Expand Down

1 comment on commit 20bd24f

@vercel
Copy link

@vercel vercel bot commented on 20bd24f Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.