diff --git a/src/routes/services/index.svelte b/src/routes/services/index.svelte index a4d34cd5f..fa5602778 100644 --- a/src/routes/services/index.svelte +++ b/src/routes/services/index.svelte @@ -8,6 +8,8 @@ import LanguageTool from '$lib/components/svg/services/LanguageTool.svelte'; import { post } from '$lib/api'; import { goto } from '$app/navigation'; + import N8n from '$lib/components/svg/services/N8n.svelte'; + import UptimeKuma from '$lib/components/svg/services/UptimeKuma.svelte'; export let services; async function newService() { @@ -58,6 +60,10 @@ {:else if service.type === 'languagetool'} + {:else if service.type === 'n8n'} + + {:else if service.type === 'uptimekuma'} + {/if}
{service.name}