fix lib deploy test

pull/3137/head
Joseph Izang 2 years ago
parent 59c799c25a
commit 938f5bc130
  1. 3
      libs/remix-ui/vertical-icons-panel/src/lib/components/Icon.tsx

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

Loading…
Cancel
Save