mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
feat: update premium view button
This commit is contained in:
parent
4add303fe7
commit
fd5df3531c
@ -38,7 +38,15 @@ export const PremiumView = () => (
|
||||
<StyledInfo>
|
||||
Upgrade JSON Crack to premium and explore & unlock full potantial of your data!
|
||||
</StyledInfo>
|
||||
<Button component="a" href="https://www.patreon.com/jsoncrack" target="_blank">
|
||||
<Button
|
||||
size="lg"
|
||||
component="a"
|
||||
variant="gradient"
|
||||
gradient={{ from: "purple", to: "pink" }}
|
||||
href="https://www.patreon.com/jsoncrack"
|
||||
target="_blank"
|
||||
style={{ border: "2px solid black" }}
|
||||
>
|
||||
DO IT!
|
||||
</Button>
|
||||
<img src="/assets/undraw_to_the_stars_re_wq2x.svg" width="300" height="300" alt="oops" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user