Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/components/general/FicsitCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="logo max-h-full min-h-full min-w-full max-w-full bg-neutral-500" />
{:else}
<img
class="logo absolute max-h-full min-h-full min-w-full max-w-full transition-opacity delay-100 duration-200 ease-linear"
class="logo absolute max-h-full min-h-full min-w-full max-w-full object-contain transition-opacity delay-100 duration-200 ease-linear"
class:invisible={!imageLoaded}
class:opacity-0={!imageLoaded}
src={renderedLogo}
Expand Down
8 changes: 8 additions & 0 deletions src/routes/tools/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading