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 633a531 commit 7c0d5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pre-dashboard)/offseason/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function OffseasonPage() {
</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')}
onClick={() => window.open('http://mlh.io/code-of-conduct', '_blank')}
>
Code of Conduct
</Button>
Expand Down

0 comments on commit 7c0d5eb

Please sign in to comment.