fix lib deploy test

pull/3137/head
Joseph Izang 2 years ago
parent 7f14a06668
commit 95c550236d
  1. 3
      libs/remix-ui/vertical-icons-panel/src/lib/components/Icon.tsx

@ -86,7 +86,8 @@ const Icon = ({
return ( return (
<> <>
<CustomTooltip <CustomTooltip
placement={name === 'settings' ? 'right' : name === 'search' ? 'bottom' : "top"} placement={name === 'settings' ? 'right' : name === 'search' ? 'bottom' :
name === 'udapp' ? 'bottom' : "top"}
tooltipText={title} tooltipText={title}
> >
<div <div

Loading…
Cancel
Save