Skip to content

Commit

Permalink
fix: plain link for read about (#4470)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Aug 10, 2023
1 parent 7d991f3 commit 27c3c23
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -195,12 +195,7 @@ export const PremiumFeature = ({
>
Compare plans
</Button>
<Button
href={url}
target="_blank"
rel="noreferrer"
onClick={handleClick}
>
<Button href={url} target="_blank" rel="noreferrer">
Read about {label}
</Button>
</StyledButtonContainer>
Expand Down

0 comments on commit 27c3c23

Please sign in to comment.