Add context

This commit is contained in:
Max Howell 2023-04-20 11:21:49 -04:00
parent 7bc8a958bb
commit 46a907e85c
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

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