Replace className attribute to class

This commit is contained in:
kvakazyambra 2023-05-18 00:45:53 +03:00
parent 987061245e
commit 446a3fae34

View File

@ -177,7 +177,7 @@ export const AllTopicsView = (props: AllTopicsViewProps) => {
<Show when={searchParams().by && searchParams().by !== 'title'}> <Show when={searchParams().by && searchParams().by !== 'title'}>
<div class="row"> <div class="row">
<div className="col-lg-20 col-xl-18"> <div class="col-lg-20 col-xl-18">
<For each={filteredResults().slice(0, limit())}> <For each={filteredResults().slice(0, limit())}>
{(topic) => ( {(topic) => (
<> <>