Usuniecie zbędnych image, dodanie id dla input wyszukiwania
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user