diff --git a/ts/lib/components/TitledContainer.svelte b/ts/lib/components/TitledContainer.svelte index 70e4a078c..ee2b95181 100644 --- a/ts/lib/components/TitledContainer.svelte +++ b/ts/lib/components/TitledContainer.svelte @@ -25,23 +25,17 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html style:--container-margin="0" >
- {#if onTitleClick} - -

- {title} -

-
- {:else} -

- {title} -

- {/if} -
+

+ {title} +

+