diff --git a/src/components/Shell/Shell.tsx b/src/components/Shell/Shell.tsx index 0caca44..7f3b7a4 100644 --- a/src/components/Shell/Shell.tsx +++ b/src/components/Shell/Shell.tsx @@ -239,7 +239,7 @@ export const Shell = ({ children, userPeerId }: ShellProps) => { edge="start" color="inherit" aria-label="Copy current URL" - sx={{ mr: 1, ml: 'auto' }} + sx={{ ml: 'auto' }} onClick={handleLinkButtonClick} > @@ -247,7 +247,7 @@ export const Shell = ({ children, userPeerId }: ShellProps) => { {doShowPeers ? ( - + ) : null}