remove v from core.version displays

this probably means other things like the update checker are broken, I'll have to fix that later
pull/1118/head
Willy 2023-02-02 22:32:43 +01:00
parent 8c05bfae8e
commit dcfbc23ffa
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
</div>
<span class="font-1 mt-3">
<a href="https://github.com/statping-ng/statping-ng" class="statping" target="_blank">
Statping v{{core.version}} made with <font-awesome-icon icon="heart" class="hlight font-1"/></a>
Statping {{core.version}} made with <font-awesome-icon icon="heart" class="hlight font-1"/></a>
</span>
</div>
</div>

View File

@ -68,7 +68,7 @@
<font-awesome-icon icon="code-branch" class="mr-3"/> {{$t('repo')}}
</a>
<span class="small text-dim text-center mt-5">Statping-ng v{{core.version}}<br>
<span class="small text-dim text-center mt-5">Statping-ng {{core.version}}<br>
<a class="small text-muted no-decoration" v-if="core.commit" v-bind:href="`https://github.com/statping-ng/statping-ng/commit/${core.commit}`">{{core.commit.slice(0,8)}}</a>
</span>