mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-28 16:32:37 -04:00
only version clickable
This commit is contained in:
4995
frontend/pnpm-lock.yaml
generated
4995
frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -388,8 +388,9 @@
|
||||
</section>
|
||||
<p class="m-0 my-4 p-4 text-center text-muted">
|
||||
{#if version !== undefined}
|
||||
<a href="https://github.com/seriousm4x/UpSnap/releases/tag/{version}" class="text-reset"
|
||||
>UpSnap version: {version}</a
|
||||
UpSnap version: <a
|
||||
href="https://github.com/seriousm4x/UpSnap/releases/tag/{version}"
|
||||
class="text-reset">{version}</a
|
||||
>
|
||||
{:else}
|
||||
UpSnap version: (untracked)
|
||||
|
||||
Reference in New Issue
Block a user