Skip to content

Commit

Permalink
Merge pull request #191 from mintlayer/dev
Browse files Browse the repository at this point in the history
Dev-02-10-2024
  • Loading branch information
owlsua authored Oct 1, 2024
2 parents c793c10 + 6b0b9f3 commit d9db2de
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-extension",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"dependencies": {
"@mintlayer/entropy-generator": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion public/manifestDefault.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion public/manifestFirefox.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 3 additions & 2 deletions src/components/composed/Charts/ArcChart/ArcChart.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
.chart-tooltip {
display: none;
position: absolute;
text-align: center;
/* text-align: center;
height: 50px;
padding: 5px 15px;
font: 12px sans-serif;
background: rgb(var(--color-extra-light-gray));
border: 0px;
border-radius: 8px;
pointer-events: none;
opacity: 0;
opacity: 0; */
}
2 changes: 1 addition & 1 deletion src/components/composed/Navigation/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const Navigation = ({ customNavigation }) => {
Logout
</li>
)}
<span className="slider-version">v1.3.2</span>
<span className="slider-version">v1.3.3</span>
</ul>
</>
)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/CreateRestore/CreateRestore.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const CreateRestorePage = () => {
className="footnote-version"
data-testid="footnote-name"
>
v1.3.2
v1.3.3
</small>
</div>
</div>
Expand Down

0 comments on commit d9db2de

Please sign in to comment.