From db17b30662456c0d5cd1949477c29f6373cd279d Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 23 Apr 2022 22:10:02 -0500 Subject: add link to item list from index --- src/lib/api.ts | 3 +-- src/routes/index.svelte | 1 + src/routes/items.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/api.ts b/src/lib/api.ts index 4ffa87d..243cf2b 100644 --- a/src/lib/api.ts +++ b/src/lib/api.ts @@ -1,2 +1 @@ -// export const API_URL = 'https://skyblock-api.matdoes.dev/' -export const API_URL = 'http://localhost:8080/' +export const API_URL = 'https://skyblock-api.matdoes.dev/' diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 750ceca..4c11a88 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -55,6 +55,7 @@
  • Fake chat generator
  • NPC Skin Stealer
  • Mayor Election Status
  • +
  • Item List
  • diff --git a/src/routes/items.svelte b/src/routes/items.svelte index a14dd85..2d863b3 100644 --- a/src/routes/items.svelte +++ b/src/routes/items.svelte @@ -77,7 +77,7 @@

    SkyBlock Item List

    -

    {filteredItems.length.toLocaleString()} items.

    +

    {filteredItems.length.toLocaleString()} items

    -- cgit