+
{stat.label}:{stat.value}
{#if i < stats.length - 1}
diff --git a/src/features/SetupFont/ui/TypographyMenu/TypographyMenu.svelte b/src/features/SetupFont/ui/TypographyMenu/TypographyMenu.svelte
index 45540f2..654845c 100644
--- a/src/features/SetupFont/ui/TypographyMenu/TypographyMenu.svelte
+++ b/src/features/SetupFont/ui/TypographyMenu/TypographyMenu.svelte
@@ -113,7 +113,7 @@ $effect(() => {
CONTROLS
@@ -166,7 +166,7 @@ $effect(() => {
class="text-swiss-red"
/>
GLOBAL_CONTROLS
diff --git a/src/shared/ui/Section/SectionTitle/SectionTitle.svelte b/src/shared/ui/Section/SectionTitle/SectionTitle.svelte
index 53325c0..aa266d1 100644
--- a/src/shared/ui/Section/SectionTitle/SectionTitle.svelte
+++ b/src/shared/ui/Section/SectionTitle/SectionTitle.svelte
@@ -13,7 +13,7 @@ interface Props {
const { text }: Props = $props();
{#if text}
-
+
{text}
{/if}