Update version badge link format (#163)
Fix version badge link to use correct version format.
This commit is contained in:
@@ -388,7 +388,7 @@ class DecypharrUtils {
|
||||
|
||||
if (versionBadge) {
|
||||
versionBadge.innerHTML = `
|
||||
<a href="https://github.com/sirrobot01/decypharr/releases/tag/${data.version}"
|
||||
<a href="https://github.com/sirrobot01/decypharr/releases/tag/v${data.version}"
|
||||
target="_blank"
|
||||
class="text-current hover:text-primary transition-colors">
|
||||
${data.channel}-${data.version}
|
||||
|
||||
Reference in New Issue
Block a user