Merge branch 'feat/eth-oracle-spec' of github.com:vegaprotocol/frontend-monorepo into feat/eth-oracle-spec

This commit is contained in:
Madalina Raicu
2023-09-28 16:46:13 +01:00
@@ -15,7 +15,7 @@ export function CopyWithTooltip({ children, text }: CopyWithTooltipProps) {
return (
<CopyToClipboard text={text} onCopy={() => setCopied(true)}>
{/* Needs this wrapping div as tooltip component interfere with element used to capture click for copy */}
{/* Needs this wrapping div as tooltip component interferes with element used to capture click for copy */}
<span>
<Tooltip description="Copied" open={copied} align="center">
{children}