Skip to content

Commit

Permalink
Merge pull request #3344 from dusk-network/feature-3339
Browse files Browse the repository at this point in the history
web-wallet: Remove version number from app title
  • Loading branch information
nortonandreev authored Jan 13, 2025
2 parents c4d08d8 + 77cf72f commit c03af82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- Remove version number from app title [#3339]

### Fixed

- Fix Migration UI sometimes stuck while loading balance [#3269]
Expand Down Expand Up @@ -518,6 +520,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#3270]: https://github.com/dusk-network/rusk/issues/3270
[#3287]: https://github.com/dusk-network/rusk/issues/3287
[#3333]: https://github.com/dusk-network/rusk/issues/3333
[#3339]: https://github.com/dusk-network/rusk/issues/3339

<!-- VERSIONS -->

Expand Down
2 changes: 1 addition & 1 deletion web-wallet/src/app.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Dusk Web Wallet - v%sveltekit.env.PUBLIC_APP_VERSION%</title>
<title>Dusk Web Wallet</title>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="%sveltekit.assets%/favicon.png" />
<link
Expand Down

0 comments on commit c03af82

Please sign in to comment.