diff --git a/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx b/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx index e33cf07386..0b72cba6ca 100644 --- a/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx @@ -436,15 +436,15 @@ export function ContractGUI (props: ContractGUIProps) { checked={deployState.deploy} /> An ERC1967 proxy and the selected contract will be deployed.} - placement={"right-end"} + tooltipText={An ERC1967 proxy contract
will be deployed along
with the selected
implementation contract.
} + placement={"bottom-start"} tooltipClasses="text-wrap" tooltipId="deployWithProxyTooltip" >