diff --git a/public/images/icon/app-store-yellow.svg b/public/images/icon/app-store-yellow.svg new file mode 100644 index 0000000..08c65d7 --- /dev/null +++ b/public/images/icon/app-store-yellow.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/images/icon/google-play-yellow.svg b/public/images/icon/google-play-yellow.svg new file mode 100644 index 0000000..886939b --- /dev/null +++ b/public/images/icon/google-play-yellow.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/images/icon/uw.svg b/public/images/icon/uw.svg index 1cf44b9..be284c3 100644 --- a/public/images/icon/uw.svg +++ b/public/images/icon/uw.svg @@ -1,8 +1,8 @@ - - - + + + - + diff --git a/src/Router.js b/src/Router.js index 272d5da..82d4e66 100644 --- a/src/Router.js +++ b/src/Router.js @@ -3,6 +3,7 @@ import { BrowserRouter, Route, Routes } from 'react-router-dom' import App from './components/App/App' import Faq from './components/Faq/Faq' +import Wc from './components/Wc/Wc' import Privacy from './components/Privacy/Privacy' import NoDataPolicy from './components/Privacy/NoDataPolicy' @@ -13,6 +14,7 @@ function Router() { } /> } /> } /> + } /> } /> diff --git a/src/components/Button/Button.js b/src/components/Button/Button.js index 87140de..31f3d9c 100644 --- a/src/components/Button/Button.js +++ b/src/components/Button/Button.js @@ -5,7 +5,7 @@ import Icon from '../Icon' import './Button.scss' -function Button({ className, text, yellow, icon, link, newTab }) { +function Button({ className, text, yellow, steal20, icon, link, newTab }) { const onClick = () => { if (newTab) { window.open(link, '_blank') @@ -15,7 +15,7 @@ function Button({ className, text, yellow, icon, link, newTab }) { } return ( -
+
{text} diff --git a/src/components/GetWallet/GetWalletActions.js b/src/components/GetWallet/GetWalletActions.js index bc9c4ba..413b655 100644 --- a/src/components/GetWallet/GetWalletActions.js +++ b/src/components/GetWallet/GetWalletActions.js @@ -1,11 +1,12 @@ import React from 'react' +import cn from 'classnames' import { Tooltip } from 'react-tooltip' import Icon from '../Icon' import Button from '../Button' import './GetWalletActions.scss' -function GetWallet() { +function GetWallet({ btnSteal }) { return (
@@ -17,15 +18,22 @@ function GetWallet() { content={} />