mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
Change under update copy
This commit is contained in:
parent
08f08a9be3
commit
d2b5f03ba5
1 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,10 @@
|
|||
</div>
|
||||
<div class="relative mt-1.5 h-[10px] leading-[10px]">
|
||||
{#if pkg.state === "NEEDS_UPDATE"}
|
||||
<span class="text-[9px]">Updating from v{findRecentInstalledVersion(pkg)}</span>
|
||||
<span class="text-[10px]">
|
||||
<span class="opacity-70">you have</span>
|
||||
v{findRecentInstalledVersion(pkg)}
|
||||
</span>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue