Skip to content

Commit

Permalink
Fix organization link href
Browse files Browse the repository at this point in the history
Co-authored-by: Jim O'Donnell <[email protected]>
  • Loading branch information
mcbouslog and eatyourgreens committed May 31, 2023
1 parent 7ade431 commit c0d883a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function OrganizationLink({
{t('ProjectHeader.organization')}
</StyledSpacedText>
<StyledAnchor
href={`https://www.zooniverse.org/organizations/${slug}`}
href={`/organizations/${slug}`}
>
<StyledSpacedText
color='white'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function OrganizationLink({
{t('ProjectHeader.organization')}
</SpacedText>
<Anchor
href={`https://www.zooniverse.org/organizations/${slug}`}
href={`/organizations/${slug}`}
>
<SpacedText
weight='bold'
Expand Down

0 comments on commit c0d883a

Please sign in to comment.