From 4bc2a7737b57bd6987c7309ac77847212e3bef38 Mon Sep 17 00:00:00 2001 From: DevLeon Date: Tue, 17 Dec 2024 12:32:33 +0100 Subject: [PATCH 1/3] Add Satisfactory Interactive Maps by TH.GL --- src/routes/tools/+page.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 60ec7d3c..5ff176c9 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -5,6 +5,14 @@ // cspell:ignore SatisGraphtory tehalexf thinkaliker Moritz const tools: Tool[] = [ + { + name: 'Satisfactory Interactive Map', + author: 'DevLeon', + logo: 'https://www.th.gl/satisfactory.jpg', + description: + 'Explore Satisfactory 1.0 with this Interactive Map and In-Game App! Minimap, real-Time position tracking, full-text search, custom drawings, and more!', + link: 'https://satisfactory.th.gl/' + }, { name: 'Satisfactory Calculator Interactive Map (SCIM)', author: 'Anthor', From 58a0029e451f3311cfd54b63143f4023ba39254b Mon Sep 17 00:00:00 2001 From: DevLeon Date: Tue, 17 Dec 2024 12:32:51 +0100 Subject: [PATCH 2/3] Contain images with different aspect ratio --- src/lib/components/general/FicsitCard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/general/FicsitCard.svelte b/src/lib/components/general/FicsitCard.svelte index d6037924..056b1332 100644 --- a/src/lib/components/general/FicsitCard.svelte +++ b/src/lib/components/general/FicsitCard.svelte @@ -87,7 +87,7 @@