drop filterizr in favor of shuffle (close #258)
All checks were successful
website-main / prod-build (push) Successful in 13s
website-main / test-build (push) Successful in 6s

This commit is contained in:
2024-01-20 21:52:20 +01:00
parent 323559c90f
commit ac3bc5b0ed
6 changed files with 18 additions and 20 deletions

View File

@ -31,11 +31,11 @@ const EventPreview = ({ widgetsFor, entry }) => {
),
h(
"div",
{ className: "filtr-container row" },
{ className: "filter-container row" },
widgetsFor("events").map((event) =>
h(
"div",
{ className: "filtr-item col-12" },
{ className: "filter-item col-12" },
h(
"div",
{