diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte index 495dc5c48..784629325 100644 --- a/src/routes/applications/index.svelte +++ b/src/routes/applications/index.svelte @@ -48,7 +48,7 @@ {:else}
{#if $session.teamId === '0' && ownApplications.length > 0} -
Your Team's Applications
+
Your Team's Applications
{/if}
{#each ownApplications as application} @@ -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 b38add542..5cf67e356 100644 --- a/src/routes/databases/index.svelte +++ b/src/routes/databases/index.svelte @@ -53,7 +53,7 @@ {:else}
{#if $session.teamId === '0' && ownDatabases.length > 0} -
Your Team's Databases
+
Your Team's Databases
{/if}
{#each ownDatabases as database} @@ -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 cc5e53583..4f5a32f52 100644 --- a/src/routes/destinations/index.svelte +++ b/src/routes/destinations/index.svelte @@ -64,7 +64,7 @@ {:else}