docs(ui): show icon tooltip on small devices (#6407)
This commit is contained in:
@@ -57,7 +57,7 @@ const SearchResults = ({ query = "" }: { query?: string }) => {
|
||||
key={name}
|
||||
className="flex h-full w-full items-center justify-center"
|
||||
>
|
||||
<CopyButton text={name} tooltipText={name}>
|
||||
<CopyButton text={name} tooltipText={name} handleTouch>
|
||||
<div
|
||||
className={clsx(
|
||||
"border-medusa-border-base",
|
||||
|
||||
Reference in New Issue
Block a user