mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
Add context
This commit is contained in:
parent
7bc8a958bb
commit
46a907e85c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
<ul class="mb-10 flex flex-col gap-2">
|
||||
{#if pkg?.bottles}
|
||||
<li>
|
||||
<span>{dayjs().to(dayjs(pkg?.bottles[0].last_modified_at))}</span>
|
||||
<span>Updated {dayjs().to(dayjs(pkg?.bottles[0].last_modified_at))}</span>
|
||||
</li>
|
||||
{/if}
|
||||
{#if pkg?.license}
|
||||
|
|
Loading…
Reference in a new issue