1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: plain link for read about (#4470)

This commit is contained in:
Mateusz Kwasniewski 2023-08-10 14:40:14 +02:00 committed by GitHub
parent 7d991f3a56
commit 27c3c2393c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>