Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
koko37 committed Nov 25, 2024
1 parent 031be89 commit bdf26e2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
{
"name": "mybucks",
"name": "mybucks-online",
"description": "Mybucks.online | Password-only, self-custodial cryptocurrency wallet",
"private": true,
"version": "1.0.0",
"type": "module",
"keywords": [
"crypto",
"wallet",
"password-only",
"self-custodial",
"blockchain",
"web3",
"ethereum",
"tron",
"opensource"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mybucks-online/app.git"
},
"homepage": "https://mybucks.online",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
4 changes: 3 additions & 1 deletion src/pages/Signin/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import {
} from "@mybucks/lib/conf";
import media from "@mybucks/styles/media";

import Logo from "./logo.png";

const TEST_PASSWORD = "randommPassword82^";
const TEST_PASSCODE = "223356";

Expand Down Expand Up @@ -287,7 +289,7 @@ const SignIn = () => {

<Modal show={!!progress} width="20rem">
<ProgressWrapper>
<img src="/logo-72x72.png" alt="mybucks.online" />
<img src={Logo} alt="mybucks.online" />
<Notice>{unknownFact}</Notice>
<Progress value={progress} max="100" />
</ProgressWrapper>
Expand Down
Binary file added src/pages/Signin/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bdf26e2

Please sign in to comment.