diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte index 784629325..e13b3f240 100644 --- a/src/routes/applications/index.svelte +++ b/src/routes/applications/index.svelte @@ -56,7 +56,7 @@ {/each} {#if otherApplications.length > 0 && $session.teamId === '0'} -
Other Team's Applications
+
Other Team's Applications
{#each otherApplications as application} diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte index 5cf67e356..bb19b0ab8 100644 --- a/src/routes/databases/index.svelte +++ b/src/routes/databases/index.svelte @@ -90,7 +90,7 @@ {/each}
{#if otherDatabases.length > 0 && $session.teamId === '0'} -
Other Team's Databases
+
Other Team's Databases
{#each otherDatabases as database} diff --git a/src/routes/destinations/index.svelte b/src/routes/destinations/index.svelte index 4f5a32f52..6c5d105f2 100644 --- a/src/routes/destinations/index.svelte +++ b/src/routes/destinations/index.svelte @@ -81,7 +81,7 @@
{#if otherDestinations.length > 0 && $session.teamId === '0'} -
Other Team's Destinations
+
Other Team's Destinations
{#each otherDestinations as destination} diff --git a/src/routes/teams/index.svelte b/src/routes/teams/index.svelte index 7ff8dede8..88d1a3b4e 100644 --- a/src/routes/teams/index.svelte +++ b/src/routes/teams/index.svelte @@ -103,7 +103,7 @@ {/if}