Skip to content

Commit

Permalink
fix: re-add isExternal flags for external links
Browse files Browse the repository at this point in the history
  • Loading branch information
woodenfurniture committed Jul 25, 2023
1 parent 15e582c commit 466a138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Modals/FeedbackSupport/FeedbackSupport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const FeedbackAndSupport = () => {
)}
<MainNavLink
as={Link}
isExternal
size='sm'
href='https://discord.gg/RQhAMsadpu' // unique link to attribute visitors, rather than discord.gg/shapeshift
label={translate('common.joinDiscord')}
Expand All @@ -56,6 +57,7 @@ export const FeedbackAndSupport = () => {
as={Link}
size='sm'
label={translate('common.submitFeatureRequest')}
isExternal
href='https://shapeshift.canny.io/feature-requests'
/>
</Stack>
Expand Down

0 comments on commit 466a138

Please sign in to comment.