diff options
Diffstat (limited to 'src/routes/items.svelte')
-rw-r--r-- | src/routes/items.svelte | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/routes/items.svelte b/src/routes/items.svelte index f836de0..82b3ee3 100644 --- a/src/routes/items.svelte +++ b/src/routes/items.svelte @@ -71,9 +71,11 @@ <main> <div class="last-updated"> - Last updated: <a href="https://github.com/mat-1/skyblock-items-history/commits/main"><time datetime="${data.lastUpdated}"> - {millisecondsToTime(now - data.lastUpdated)} ago - </time></a> + Last updated: <a href="https://github.com/mat-1/skyblock-items-history/commits/main" + ><time datetime="${data.lastUpdated}"> + {millisecondsToTime(now - data.lastUpdated)} ago + </time></a + > </div> <h1>SkyBlock Item List</h1> <p class="results-count">{filteredItems.length.toLocaleString()} items</p> |