Commit 38fb28bc authored by tom's avatar tom

Merge branch 'main' of github.com:blockscout/frontend into auto-skeletons

parents fa390c19 6a60eac5
...@@ -42,6 +42,7 @@ const CopyToClipboard = ({ text, className, isLoading }: Props) => { ...@@ -42,6 +42,7 @@ const CopyToClipboard = ({ text, className, isLoading }: Props) => {
className={ className } className={ className }
onMouseEnter={ onOpen } onMouseEnter={ onOpen }
onMouseLeave={ onClose } onMouseLeave={ onClose }
ml={ 1 }
/> />
</Tooltip> </Tooltip>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment