Skip to content

Commit

Permalink
add changes to dialog box
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Aug 6, 2024
1 parent e5d04f3 commit 3e9295c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,9 @@ const Sidebar: React.FC<{
{"Published flow with subdomain"}
</Typography>
<Tooltip title={copyMessage}>
<Link
<Button
component={"button"}
variant="help"
style={{ textDecoration: "none" }}
onMouseLeave={() => {
setTimeout(() => {
Expand All @@ -378,7 +379,7 @@ const Sidebar: React.FC<{
<ContentCopyIcon />
{copyMessage}
</Typography>
</Link>
</Button>
</Tooltip>
</Box>
<Link>{props.url.replace("/published", "/preview")} </Link>
Expand Down

0 comments on commit 3e9295c

Please sign in to comment.