Skip to content

Commit

Permalink
Updated design for empty wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t committed Apr 18, 2020
1 parent 95cc1e8 commit 6010ac3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions app/mainWindow/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,6 @@ export default class Home extends Component<Props, State> {
{transactions.length === 0 && (
<div className="elem-to-center">
<div className={`box ${fillColor}`}>
<p className={`${textColor} title has-text-centered`}>
&nbsp;&nbsp;Welcome to Kryptokrona Wallet!
</p>
<br />
<p className={`${textColor} subtitle has-text-centered`}>
You don&apos;t have any transactions yet. They will display
here once you do.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kryptokrona-desktop-wallet",
"productName": "Kryptokrona Wallet",
"version": "0.0.2",
"version": "0.0.3",
"description": "Kryptokrona wallet based on React, React Router, Webpack, and React Hot Loader",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 6010ac3

Please sign in to comment.