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:
parent
7d991f3a56
commit
27c3c2393c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user