Skip to content

Commit

Permalink
Merge pull request #244 from HackRU/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
avsomers25 authored Dec 12, 2024
2 parents 7fa1410 + 7c0d5eb commit 6f09300
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/(pre-dashboard)/offseason/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,17 @@ export default function OffseasonPage() {
Check out all our links and resources on our Linktree!
</p>
<Button
className="text-s text-grey-500 mt-2 cursor-pointer bg-green-600"
className="text-s text-grey-500 m-2 cursor-pointer bg-green-600"
onClick={() => window.open('https://linktr.ee/thehackru', '_blank')}
>
Visit Our Linktree
</Button>
<Button
className="text-s text-grey-500 m-2 cursor-pointer bg-green-600"
onClick={() => window.open('http://mlh.io/code-of-conduct', '_blank')}
>
Code of Conduct
</Button>
</section>
</main>
);
Expand Down

0 comments on commit 6f09300

Please sign in to comment.