diff --git a/src/components/Create/Create.js b/src/components/Create/Create.js index 863fe20..b3c8bb8 100644 --- a/src/components/Create/Create.js +++ b/src/components/Create/Create.js @@ -1,7 +1,19 @@ import React from "react"; import { withRouter } from "react-router-dom"; import { WalletContext } from "../../utils/context"; -import { Input, Button, notification, Spin, Icon, Row, Col, Card, Form, Typography } from "antd"; +import { + Input, + Button, + notification, + Spin, + Icon, + Row, + Col, + Card, + Form, + Typography, + Collapse +} from "antd"; import createToken from "../../utils/broadcastTransaction"; import StyledCreate from "../Common/StyledPage"; import { QRCode } from "../Common/QRCode"; @@ -118,7 +130,20 @@ const Create = ({ history }) => { You currently have 0 BCH. Deposit some BCH in order to pay for the transaction that will generate the - token + token. + + + Get free BCH from the{" "} + + + Bitcoin.com Faucet + + + ! ) : null} @@ -210,6 +235,27 @@ const Create = ({ history }) => { type="number" /> + + How can I add an icon?} + key="1" + style={{ textAlign: "left" }} + > + + After creating your token, follow{" "} + + + these instructions + + {" "} + to add your own token icon. + + +