Skip to content
Snippets Groups Projects
Commit acae92bc authored by René Rösner's avatar René Rösner
Browse files

planning#347: Hide filters for the moment

parent 509c5b6d
No related branches found
No related tags found
1 merge request!4planning#347: Abschluss MVP Entwicklungsportal
......@@ -5,7 +5,7 @@ import { IconArrowBigRight, IconSearch } from '@tabler/icons'
export default function ({ services }) {
const filters = [
let filters = [
{
label: 'Art des Dienstes',
id: 'type',
......@@ -88,6 +88,8 @@ export default function ({ services }) {
}
]
filters = []
return (
......@@ -107,7 +109,7 @@ export default function ({ services }) {
<div className="hidden lg:block lg:col-span-3 xl:col-span-2">
<nav
aria-label="Sidebar"
className="sticky top-4 divide-y divide-gray-300"
className="hidden sticky top-4 divide-y divide-gray-300"
>
{filters.map((filter) => (
<div className="pt-10 mt-10" key={filter.id}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment