aboutsummaryrefslogtreecommitdiff
path: root/src/routes/leaderboards
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-09 17:29:51 -0500
committermat <github@matdoes.dev>2022-04-09 17:29:51 -0500
commita6fe057b4626b6dfb1c5c715dfb516036de72204 (patch)
treed4e8637b6b0b7c1744193499ee4f246ecf817bba /src/routes/leaderboards
parentf3abc77ac9333ee115704645437511baacee85e8 (diff)
downloadskyblock-stats-a6fe057b4626b6dfb1c5c715dfb516036de72204.tar.gz
skyblock-stats-a6fe057b4626b6dfb1c5c715dfb516036de72204.tar.bz2
skyblock-stats-a6fe057b4626b6dfb1c5c715dfb516036de72204.zip
fix leaderboard toc and scrolling behavior
Diffstat (limited to 'src/routes/leaderboards')
-rw-r--r--src/routes/leaderboards/index.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/leaderboards/index.svelte b/src/routes/leaderboards/index.svelte
index 7c81ff7..a6470ff 100644
--- a/src/routes/leaderboards/index.svelte
+++ b/src/routes/leaderboards/index.svelte
@@ -18,7 +18,7 @@
import Head from '$lib/Head.svelte'
import Toc from '$lib/Toc.svelte'
import Collapsible from '$lib/Collapsible.svelte'
- import { skyblockItemNameToItem, skyblockItemToUrl } from '$lib/minecraft/inventory'
+ import { skyblockItemToUrl } from '$lib/minecraft/inventory'
import { cleanId } from '$lib/utils'
import ListItemWithIcon from '$lib/ListItemWithIcon.svelte'