diff --git a/package-lock.json b/package-lock.json
index 66a44dd1..179496b5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "browser-extension",
- "version": "1.3.2",
+ "version": "1.3.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "browser-extension",
- "version": "1.3.2",
+ "version": "1.3.3",
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"@mintlayer/entropy-generator": "^1.0.4",
diff --git a/package.json b/package.json
index fea9cf2d..7095bcf4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "browser-extension",
- "version": "1.3.2",
+ "version": "1.3.3",
"private": true,
"dependencies": {
"@mintlayer/entropy-generator": "^1.0.4",
diff --git a/public/manifestDefault.json b/public/manifestDefault.json
index f6e4558e..1bb4828e 100644
--- a/public/manifestDefault.json
+++ b/public/manifestDefault.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Mojito - A Mintlayer Wallet",
- "version": "1.3.2",
+ "version": "1.3.3",
"short_name": "Mojito",
"description": "Mojito is a non-custodial decentralized crypto wallet that lets you send and receive BTC and ML from any other address.",
"homepage_url": "https://www.mintlayer.org/",
diff --git a/public/manifestFirefox.json b/public/manifestFirefox.json
index b939d018..635602bd 100644
--- a/public/manifestFirefox.json
+++ b/public/manifestFirefox.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Mojito - A Mintlayer Wallet",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "Mojito is a non-custodial decentralized crypto wallet that lets you send and receive BTC and ML from any other address.",
"homepage_url": "https://www.mintlayer.org/",
"icons": {
diff --git a/src/components/composed/Charts/ArcChart/ArcChart.css b/src/components/composed/Charts/ArcChart/ArcChart.css
index 53f44a06..11bbf017 100644
--- a/src/components/composed/Charts/ArcChart/ArcChart.css
+++ b/src/components/composed/Charts/ArcChart/ArcChart.css
@@ -1,6 +1,7 @@
.chart-tooltip {
+ display: none;
position: absolute;
- text-align: center;
+ /* text-align: center;
height: 50px;
padding: 5px 15px;
font: 12px sans-serif;
@@ -8,5 +9,5 @@
border: 0px;
border-radius: 8px;
pointer-events: none;
- opacity: 0;
+ opacity: 0; */
}
diff --git a/src/components/composed/Navigation/Navigation.js b/src/components/composed/Navigation/Navigation.js
index ddf90d70..63606d5f 100644
--- a/src/components/composed/Navigation/Navigation.js
+++ b/src/components/composed/Navigation/Navigation.js
@@ -183,7 +183,7 @@ const Navigation = ({ customNavigation }) => {
Logout
)}
- v1.3.2
+ v1.3.3
>
)
diff --git a/src/pages/CreateRestore/CreateRestore.js b/src/pages/CreateRestore/CreateRestore.js
index 09d83ae1..2526ace8 100644
--- a/src/pages/CreateRestore/CreateRestore.js
+++ b/src/pages/CreateRestore/CreateRestore.js
@@ -76,7 +76,7 @@ const CreateRestorePage = () => {
className="footnote-version"
data-testid="footnote-name"
>
- v1.3.2
+ v1.3.3