From 47989a02aadba3ec1c76c50d6d43f0c75ea75137 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Sat, 5 Apr 2025 21:54:00 +0600 Subject: [PATCH] fix: padding --- src/components/DiscoverRoadmaps/DiscoverRoadmapSorting.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/DiscoverRoadmaps/DiscoverRoadmapSorting.tsx b/src/components/DiscoverRoadmaps/DiscoverRoadmapSorting.tsx index 1c13257e8..abaea2bdc 100644 --- a/src/components/DiscoverRoadmaps/DiscoverRoadmapSorting.tsx +++ b/src/components/DiscoverRoadmaps/DiscoverRoadmapSorting.tsx @@ -1,4 +1,4 @@ -import { ArrowDownWideNarrow, Check, ChevronDown } from 'lucide-react'; +import { Check, ChevronDown } from 'lucide-react'; import { useRef, useState } from 'react'; import { useOutsideClick } from '../../hooks/use-outside-click'; import type { SortByValues } from './DiscoverRoadmaps'; @@ -45,7 +45,7 @@ export function DiscoverRoadmapSorting(props: DiscoverRoadmapSortingProps) { ref={dropdownRef} > {isOpen && ( -
+
{sortingLabels.map((item) => (