diff options
author | mat <github@matdoes.dev> | 2022-06-22 21:29:16 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-06-22 21:29:16 -0500 |
commit | 61c160b600026da4f9dcc43232281e397699f2f1 (patch) | |
tree | bc150f10f40856f205f7f1cb58927703aba2f208 /src | |
parent | 77d6cef53a129891cce4449d7b36fd29f992b584 (diff) | |
download | skyblock-stats-61c160b600026da4f9dcc43232281e397699f2f1.tar.gz skyblock-stats-61c160b600026da4f9dcc43232281e397699f2f1.tar.bz2 skyblock-stats-61c160b600026da4f9dcc43232281e397699f2f1.zip |
Link to my skyblock-items-history repo in item list
Diffstat (limited to 'src')
-rw-r--r-- | src/routes/items.svelte | 6 |
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> |