Skip to content

Commit

Permalink
update LP
Browse files Browse the repository at this point in the history
  • Loading branch information
jobenjada committed Oct 21, 2024
1 parent 6983c49 commit 2f91453
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions app/(hacktoberfest)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,27 +205,32 @@ export default function IndexPage() {
<p>play fair to stay in the game</p> <p>cheat or spam to get disqualified</p>
</ToggleContent>
</Toggle>
<h2 className="pt-4 font-bold">get started πŸ‘‡</h2>

<h2 className="pt-4 font-bold">πŸ‘‡ get started</h2>
<Link href="/leaderboard" rel="noopener noreferrer" className="block hover:underline">
πŸ•ΉοΈ leaderboard
</Link>
<Link href="/oss-issues" rel="noopener noreferrer" className="block hover:underline">
all code issues
πŸ‘¨β€πŸ’» all code issues
</Link>
<Link href="/side-quests" rel="noopener noreferrer" className="block hover:underline">
all side quests
🏰 all side quests
</Link>
<Link
target="_blank"
href="https://formbricks.notion.site/How-to-make-1050-points-without-touching-code-in-5-minutes-e71e624b5b9b487bbac28030d142438a?pvs=74"
rel="noopener noreferrer"
className="block font-bold hover:underline">
how to make 1050 points in 5 minutes without touching code
className="block hover:underline">
πŸ”₯ how to make 1050 points in 5 minutes without touching code
</Link>
<Link
target="_blank"
href="https://oss.gg/discord"
rel="noopener noreferrer"
className="block hover:underline">
join our Discord
πŸ€– join our Discord
</Link>
<Link href="https://lu.ma/qb3z1x05" rel="noopener noreferrer" className="block hover:underline">
🎁 sign up for the price raffle
</Link>
</div>
);
Expand Down

0 comments on commit 2f91453

Please sign in to comment.