mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-26 17:08:07 +00:00
fix typo in welcome screen
This commit is contained in:
parent
2cdd32c503
commit
881447531e
@ -33,7 +33,7 @@ const Dashboard = () => (
|
|||||||
<H2>Dashboard</H2>
|
<H2>Dashboard</H2>
|
||||||
<Row>
|
<Row>
|
||||||
<H2>Please select your coin</H2>
|
<H2>Please select your coin</H2>
|
||||||
<P>You will gain access to recieving & sending selected coin</P>
|
<P>You will gain access to receiving & sending selected coin</P>
|
||||||
<img src={DashboardImg} height="34" width="auto" alt="Dashboard" />
|
<img src={DashboardImg} height="34" width="auto" alt="Dashboard" />
|
||||||
</Row>
|
</Row>
|
||||||
</Wrapper>
|
</Wrapper>
|
||||||
|
Loading…
Reference in New Issue
Block a user