Usuniecie zbędnych image, dodanie id dla input wyszukiwania

This commit is contained in:
dm
2025-12-15 06:47:29 +01:00
parent 0b6bbbdce7
commit c0b9d5a584
14 changed files with 5 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ const section = props.section ?? {};
{section.title && <h2 class="f-section-title">{section.title}</h2>}
{section.content && <Markdown text={section.content} />}
{/* wyszukiwarka działa na API/DB */}
<TvChannelsSearch client:load />
{section.button && (