Skip to content

Commit

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

### Removed

- Remove version number from app title [#3338]

### Fixed

## [1.0.1] - 2025-01-07
Expand Down Expand Up @@ -137,6 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#3218]: https://github.com/dusk-network/rusk/issues/3218
[#3249]: https://github.com/dusk-network/rusk/issues/3249
[#3315]: https://github.com/dusk-network/rusk/pull/3315
[#3338]: https://github.com/dusk-network/rusk/issues/3338

<!-- VERSIONS -->

Expand Down
2 changes: 1 addition & 1 deletion explorer/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 Explorer - v%sveltekit.env.PUBLIC_APP_VERSION%</title>
<title>Dusk Explorer</title>
<meta charset="utf-8" />
<meta
name="description"
Expand Down

0 comments on commit 36130b3

Please sign in to comment.