aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>