aboutsummaryrefslogtreecommitdiff
path: root/src/routes/items.svelte
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-07-01 00:16:26 -0500
committermat <github@matdoes.dev>2022-07-01 00:16:26 -0500
commitf740562c791048393913fdf75b677fc49760c07c (patch)
treef4ba38fbefdf43531006bdbee2aa50abec6c9a0a /src/routes/items.svelte
parenta78b91ca5387fdfd1bb27b6b928154378819d9c6 (diff)
parent61c160b600026da4f9dcc43232281e397699f2f1 (diff)
downloadskyblock-stats-f740562c791048393913fdf75b677fc49760c07c.tar.gz
skyblock-stats-f740562c791048393913fdf75b677fc49760c07c.tar.bz2
skyblock-stats-f740562c791048393913fdf75b677fc49760c07c.zip
Merge branch 'master' into faster-heads
Diffstat (limited to 'src/routes/items.svelte')
-rw-r--r--src/routes/items.svelte6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/routes/items.svelte b/src/routes/items.svelte
index 01a2108..f836de0 100644
--- a/src/routes/items.svelte
+++ b/src/routes/items.svelte
@@ -71,9 +71,9 @@
<main>
<div class="last-updated">
- Last updated: <time datetime="${data.lastUpdated}"
- >{millisecondsToTime(now - data.lastUpdated)} ago
- </time>
+ 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>