mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-22 01:16:07 +02: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
|
Compare plans
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button href={url} target="_blank" rel="noreferrer">
|
||||||
href={url}
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer"
|
|
||||||
onClick={handleClick}
|
|
||||||
>
|
|
||||||
Read about {label}
|
Read about {label}
|
||||||
</Button>
|
</Button>
|
||||||
</StyledButtonContainer>
|
</StyledButtonContainer>
|
||||||
|
Loading…
Reference in New Issue
Block a user