diff --git a/web/src/lib/components/stats/stat-cards.svelte b/web/src/lib/components/stats/stat-cards.svelte index 118468f..5a68dad 100644 --- a/web/src/lib/components/stats/stat-cards.svelte +++ b/web/src/lib/components/stats/stat-cards.svelte @@ -124,7 +124,7 @@ href={releaseUrl ?? 'https://github.com/maxdorninger/MediaManager/releases'} class="underline" > - v{installedVersion} → v{newestVersion} + {isSemver(installedVersion ?? "") ? "v" : ""}{installedVersion} → v{newestVersion} {/if}