Browse Source

feat: update premium view button

AykutSarac 2 years ago
parent
commit
fd5df3531c
1 changed files with 9 additions and 1 deletions
  1. 9 1
      src/components/Graph/PremiumView.tsx

+ 9 - 1
src/components/Graph/PremiumView.tsx

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