Change under update copy

This commit is contained in:
Max Howell 2023-04-18 08:53:06 -04:00
parent 08f08a9be3
commit d2b5f03ba5
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -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>