diff --git a/src/Services.svelte b/src/Services.svelte
index 70d69ca..db84e72 100644
--- a/src/Services.svelte
+++ b/src/Services.svelte
@@ -75,7 +75,11 @@
}
}
-
+
+
+
{#each apps as app, i}
@@ -109,11 +113,6 @@
{/each}
-
-
-
-
-
-
-
-
-
- Tls
-
-
-
-
- Descrição do aplicativo
-
-
-
-
-
-
- {#if scrapePath.length}
- Urls de scrape:
-
- {#each scrapePath as scrape, i}
- -
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tls
+
+
+
+
+
+
+ Descrição do aplicativo
+
+
+
+
+
+
+
+
+
+
+
+
+ Urls de scrape:
+
+ {#if scrapePath.length}
+
+ {#each scrapePath as scrape, i}
+ -
+
+
+
+
+
+ {/each}
+
+ {:else}
+ Nenhuma url cadastrada
+ {/if}
+
+
\ No newline at end of file
diff --git a/src/forms/BasicForm.svelte b/src/forms/BasicForm.svelte
index 34f90fb..5af2465 100644
--- a/src/forms/BasicForm.svelte
+++ b/src/forms/BasicForm.svelte
@@ -14,7 +14,7 @@
title: 'Configurações',
component: 'SettingsForm',
url: '/settings',
- back: '/settgins'
+ back: '/settings'
},
{
name: 'app',