Skip to content

Commit

Permalink
Fix version double v
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricionaweb committed Aug 5, 2024
1 parent 4c7af9d commit f9f31d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/assets/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class App {
// Prints current version in header
version = async () => {
const version = await Services.getVersion()
this.$title.append(`<span class="right"><small>v${version}<small></span>`)
this.$title.append(`<span class="right"><small>${version}<small></span>`)
}

nchanLog = (data) => {
Expand Down

0 comments on commit f9f31d6

Please sign in to comment.