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) => (