diff --git a/frontend/src/lib/components/Tabbar.svelte b/frontend/src/lib/components/Tabbar.svelte index f8c327de..ec54fa81 100644 --- a/frontend/src/lib/components/Tabbar.svelte +++ b/frontend/src/lib/components/Tabbar.svelte @@ -64,7 +64,7 @@ {#each dynamicNavItems as item} diff --git a/frontend/src/lib/config/ModuleCard.svelte b/frontend/src/lib/config/ModuleCard.svelte index 708aba5a..59163b69 100644 --- a/frontend/src/lib/config/ModuleCard.svelte +++ b/frontend/src/lib/config/ModuleCard.svelte @@ -87,7 +87,7 @@ {#if sameOrigin(settings, other[0])} {@const otherDefinitions = other.filter((o) => !sameOrigin(settings, o))}

{$t('config.passed')}

@@ -108,7 +108,7 @@ (o) => !sameOrigin(o, settings) && !sameOrigin(o, other[0]) )}

{@html $t('config.notPassed')}

@@ -128,7 +128,7 @@ {/if} {:else if self !== undefined}

{@html $t('config.passed')}

@@ -136,7 +136,7 @@
{:else}

{@html $t('config.notSet')}

diff --git a/frontend/src/lib/sidebar/GlobalNavSelect.svelte b/frontend/src/lib/sidebar/GlobalNavSelect.svelte index 4500169d..6a28fd5a 100644 --- a/frontend/src/lib/sidebar/GlobalNavSelect.svelte +++ b/frontend/src/lib/sidebar/GlobalNavSelect.svelte @@ -30,12 +30,12 @@