From 997a80ece641b76c5b8d5beb8f8ea5621d735174 Mon Sep 17 00:00:00 2001 From: Norton Andreev Date: Fri, 10 Jan 2025 16:02:21 +0200 Subject: [PATCH] explorer: Remove version number from app title Resolves #3338 --- explorer/CHANGELOG.md | 3 +++ explorer/src/app.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md index b7f73ed0f4..34476fc6a2 100644 --- a/explorer/CHANGELOG.md +++ b/explorer/CHANGELOG.md @@ -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 @@ -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 diff --git a/explorer/src/app.html b/explorer/src/app.html index d726d40c6b..e379be251d 100644 --- a/explorer/src/app.html +++ b/explorer/src/app.html @@ -1,7 +1,7 @@ - Dusk Explorer - v%sveltekit.env.PUBLIC_APP_VERSION% + Dusk Explorer