Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Dec 12, 2024
1 parent cbfec2e commit 633a531
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('https://github.com/MLH/mlh-policies/blob/main/member-event-guidelines.md', '_blank')}
>
Code of Conduct
</Button>
</section>
</main>
);
Expand Down

0 comments on commit 633a531

Please sign in to comment.