From ff72e8c2443144a7e03845fe978644787590a42b Mon Sep 17 00:00:00 2001 From: Telkens Date: Tue, 24 Oct 2023 08:28:55 -0500 Subject: [PATCH] Removed icons in filters --- src/components/filters/index.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/filters/index.tsx b/src/components/filters/index.tsx index da20195..5460e4e 100644 --- a/src/components/filters/index.tsx +++ b/src/components/filters/index.tsx @@ -1,8 +1,7 @@ 'use client'; import { useProductStore } from '~/store/productStore'; import { useEffect, useState, useRef } from 'react'; -import { AiFillCaretUp, AiFillCaretDown, AiOutlineCar } from 'react-icons/ai'; -import {BiCategoryAlt} from 'react-icons/bi' +import { AiFillCaretUp, AiFillCaretDown } from 'react-icons/ai'; import { Category } from '~/types/products'; import { Brand } from '~/types/products'; @@ -101,8 +100,7 @@ const Filters = () => { products.length && updateBody('page', 1); }} > - - + ))} @@ -129,8 +127,7 @@ const Filters = () => { products.length && updateBody('page', 1); }} > - - + ))}