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