From b7ce1004074ed40cbb856448e12adc67630a4b67 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sun, 18 Jan 2026 14:58:05 +0300 Subject: [PATCH] fix(FontSearch): edit component to render suggested fonts --- src/features/GetFonts/ui/FontSearch/FontSearch.svelte | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/features/GetFonts/ui/FontSearch/FontSearch.svelte b/src/features/GetFonts/ui/FontSearch/FontSearch.svelte index 8e636a2..c792eed 100644 --- a/src/features/GetFonts/ui/FontSearch/FontSearch.svelte +++ b/src/features/GetFonts/ui/FontSearch/FontSearch.svelte @@ -4,14 +4,12 @@ Combines search input with font list display -->