@@ -2,15 +2,15 @@ import React, { ChangeEvent, Dispatch, SetStateAction, useCallback, useEffect, u
22import ReactDOM from 'react-dom' ;
33import { Input } from 'src/components/ui/Input' ;
44import { products } from '../../data/examples' ;
5- import Button from '@ably/ui/core /Button' ;
5+ import Button from 'src/components/ui /Button' ;
66import cn from 'src/utilities/cn' ;
7- import Badge from '@ably/ui/core /Badge' ;
7+ import Badge from 'src/components/ui /Badge' ;
88import ExamplesCheckbox from './ExamplesCheckbox' ;
99import { SelectedFilters } from './ExamplesContent' ;
1010import { useOnClickOutside } from 'src/hooks/use-on-click-outside' ;
1111import { navigate } from 'gatsby' ;
1212import { ProductName } from '@ably/ui/core/ProductTile/data' ;
13- import { MagnifyingGlassIcon , XMarkIcon } from '@heroicons/react/24/outline' ;
13+ import { AdjustmentsHorizontalIcon , MagnifyingGlassIcon , XMarkIcon } from '@heroicons/react/24/outline' ;
1414
1515// Matches Tailwind's `sm` screen (768px), where the filter switches from the
1616// mobile drawer (with an Apply button) to the inline desktop sidebar. Above
@@ -135,7 +135,7 @@ const ExamplesFilter = ({
135135 < Button
136136 className = "flex sm:hidden mt-4 w-full"
137137 variant = "secondary"
138- leftIcon = "icon-gui-adjustments-horizontal-outline"
138+ leftIcon = { < AdjustmentsHorizontalIcon aria-hidden /> }
139139 onClick = { ( ) => setExpandFilterMenu ( true ) }
140140 >
141141 Filter
0 commit comments