Replace className attribute to class
This commit is contained in:
parent
987061245e
commit
446a3fae34
|
@ -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) => (
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user