Skip to content

Commit

Permalink
Merge pull request #43 from liuqiang1357/tmp
Browse files Browse the repository at this point in the history
change product name to cyano wallet pro
  • Loading branch information
liuqiang1357 authored Sep 13, 2020
2 parents 1a29adb + d799a7e commit 8d8670f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cyano-wallet",
"version": "0.8.7",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "tslint -p .",
Expand Down
8 changes: 4 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"manifest_version": 2,

"name": "Cyano Wallet",
"name": "Cyano Wallet Pro",
"author": "Matus Zamborsky <[email protected]>",
"description": "Cyano Wallet - an Ontology wallet",
"version": "0.8.7",
"description": "Cyano Wallet Pro - an Ontology wallet",
"version": "0.1.0",

"browser_action": {
"default_title": "Cyano Wallet"
"default_title": "Cyano Wallet Pro"
},
"background": {
"page": "background.html",
Expand Down
2 changes: 1 addition & 1 deletion public/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Cyano Wallet</title>
<title>Cyano Wallet Pro</title>
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/popup/components/ledgerLogo/ledgerLogoView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const LedgerLogoView: React.SFC<Props> = (props) => (
<Button onClick={props.handleSettings} size="big" compact={true} basic={true} icon="cog" />
</View>
</View>
<h1 className="header">Cyano Wallet</h1>
<h1 className="header">Cyano Wallet Pro</h1>
<p className="subtitle">an Ontology wallet</p>
</View>
);
2 changes: 1 addition & 1 deletion src/popup/components/logo/logoView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const LogoView: React.SFC<Props> = (props) => (
<Button onClick={props.handleSettings} size="big" compact={true} basic={true} icon="cog" />
</View>
</View>
<h1 className="header">Cyano Wallet</h1>
<h1 className="header">Cyano Wallet Pro</h1>
<p className="subtitle">an Ontology wallet</p>
</View>
);
2 changes: 1 addition & 1 deletion src/popup/components/trezorLogo/trezorLogoView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const TrezorLogoView: React.SFC<Props> = (props) => (
<Button onClick={props.handleSettings} size="big" compact={true} basic={true} icon="cog" />
</View>
</View>
<h1 className="header">Cyano Wallet</h1>
<h1 className="header">Cyano Wallet Pro</h1>
<p className="subtitle">an Ontology wallet</p>
</View>
);

0 comments on commit 8d8670f

Please sign in to comment.