mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
shuffle copy around
This commit is contained in:
parent
94201d2021
commit
f21706bcf3
@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
.action {
|
.action {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: $spacer * $line-height;
|
margin-top: $spacer * 2;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: $spacer;
|
margin-top: $spacer;
|
||||||
|
color: $brand-grey-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,17 +41,11 @@ class Faucet extends PureComponent<{}, FaucetState> {
|
|||||||
return (
|
return (
|
||||||
<Route
|
<Route
|
||||||
title="Faucet"
|
title="Faucet"
|
||||||
description="Shower yourself with some Ether."
|
description="Shower yourself with some Ether for the Ocean POA network."
|
||||||
>
|
>
|
||||||
<Web3message />
|
<Web3message />
|
||||||
|
|
||||||
<div className={styles.action}>
|
<div className={styles.action}>
|
||||||
<p>
|
|
||||||
Click the button below to request Ether for the Ocean
|
|
||||||
POA network.
|
|
||||||
<br /> You can only request Ether once every 24 hours
|
|
||||||
for your address.
|
|
||||||
</p>
|
|
||||||
<User.Consumer>
|
<User.Consumer>
|
||||||
{states =>
|
{states =>
|
||||||
this.state.isLoading ? (
|
this.state.isLoading ? (
|
||||||
@ -74,6 +68,11 @@ class Faucet extends PureComponent<{}, FaucetState> {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
</User.Consumer>
|
</User.Consumer>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
You can only request Ether once every 24 hours for your
|
||||||
|
address.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</Route>
|
</Route>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user