Skip to content

Commit

Permalink
Social links of clubs now open in new tabs
Browse files Browse the repository at this point in the history
Fixes issue #234, and social links of clubs now open in a new tab rather than the current Epsilon tab.
  • Loading branch information
SnowyNate committed Sep 30, 2024
1 parent 606628c commit 64c021e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/comps/pages/orgs/OrgNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,9 @@ const OrgNav = ({ isMobile }: { isMobile: boolean }) => {
return (
<Link
key={i}
component={NavLink}
to={social}
href={social}
target="_blank"
rel="noopener noreferrer"
style={{ textAlign: "center" }}
>
{social}
Expand Down

0 comments on commit 64c021e

Please sign in to comment.