diff --git a/src/components/Faucet/FaucetToWalletRequest.tsx b/src/components/Faucet/FaucetToWalletRequest.tsx index 5cdf400..98a970e 100644 --- a/src/components/Faucet/FaucetToWalletRequest.tsx +++ b/src/components/Faucet/FaucetToWalletRequest.tsx @@ -11,7 +11,6 @@ function FaucetToWalletRequest({ user, network, status, Tezos }: { user: any, ne
- diff --git a/src/components/Faucet/SplittedFaucet.tsx b/src/components/Faucet/SplittedFaucet.tsx index 6e07b4d..9b5171f 100644 --- a/src/components/Faucet/SplittedFaucet.tsx +++ b/src/components/Faucet/SplittedFaucet.tsx @@ -53,11 +53,12 @@ function SplittedFaucet({ network, user, Tezos }: { network: Network, user: User {network.name} faucet - - - -
+ + Fund your web wallet + + + Or fund any address
@@ -84,4 +85,15 @@ function SplittedFaucet({ network, user, Tezos }: { network: Network, user: User ) } -export default SplittedFaucet; \ No newline at end of file +export default SplittedFaucet; + +/* + + + + +
+ +
+ + */ \ No newline at end of file diff --git a/src/index.css b/src/index.css index ec3a0e6..446f3f8 100644 --- a/src/index.css +++ b/src/index.css @@ -18,3 +18,9 @@ footer { bottom: 0; z-index:-1; } + +.faucet-part-title { + text-align: left; + font-weight: bold; + margin-bottom: 15px; +} \ No newline at end of file