Skip to content

Commit

Permalink
Fix regression in checkmark elipse icon and bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Mar 26, 2022
1 parent e2b5063 commit 41277d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the [FAQ](FAQ.md) for more details about common questions.

This wallet uses [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity). Current bundle hashes:

* Main bundle: `bundle.js -> sha256-3fP80tNudYUQpT3gefDagoeS7pTMCEvWsAd4mROpdHQ=`
* Main bundle: `bundle.js -> sha256-DZZXrbhCTVa5aYDZPvHmBPiECD0sLPZTwMWGwHCuE+0=`
* Optional Ledger bundle: `bundle-ledger.js -> sha256-PwVqeuXUH2rKQ5E/d0ccPEMXqVBCG9g/i5Y+MxOQVgs=`
* Optional WalletConnect v1 bundle: `bundle-walletconnectv1.js -> sha256-drWkNcYufDCGAFcjfOsETtWH8H1ODgV4fEcd1ktfA2o=`
* Optional WalletConnect v2 bundle: `bundle-walletconnectv2.js -> sha256-FijbSmdr+Dyizc5+HDlB8vI6tLPxyYhiHI36dCYmOCI=`
Expand Down
2 changes: 1 addition & 1 deletion package-electron.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celo-web-wallet",
"version": "1.6.1",
"version": "1.6.2",
"description": "A lightweight web and desktop wallet for the Celo network",
"main": "main.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celo-web-wallet",
"version": "1.6.1",
"version": "1.6.2",
"description": "A lightweight web and desktop wallet for the Celo network",
"keywords": [
"Celo",
Expand Down
4 changes: 3 additions & 1 deletion src/components/icons/Checkmark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ function _CheckmarkInElipseIcon() {
<div css={{ position: 'relative', marginBottom: '-0.6em' }}>
<img src={Celo_Elipse} alt="checkmark in elipse" css={{ height: '8em' }} />
<div css={{ position: 'absolute', top: '35%', left: '29%', width: '2.7em' }}>
<CheckmarkIcon fill="#FFFFFF" />
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 43.3">
<path fill="#FFFFFF" d="M20.8 42.3L.7 27.2l6-8 12.2 9.1L39.3 1.1l8 6z" />
</svg>
</div>
</div>
)
Expand Down

0 comments on commit 41277d9

Please sign in to comment.