diff --git a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx index e0df989650..4df07c0634 100644 --- a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx +++ b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx @@ -1142,53 +1142,53 @@ export function Workspace() { ) : null} - - - {selectedWorkspace && selectedWorkspace.name === 'code-sample' && } - > - saveSampleCodeWorkspace()} className="far fa-exclamation-triangle text-warning ml-2 align-self-center" aria-hidden="true"> - } - - {selectedWorkspace && selectedWorkspace.isGist && selectedWorkspace.isGist} direction="bottom" icon="far fa-copy"> - - - } - - - { - !state.loggedInGithub && + + + {selectedWorkspace && selectedWorkspace.name === 'code-sample' && } + tooltipText={} > - logInGithub() } className="fa-brands fa-github-alt text-success ml-2 align-self-center" style={{ fontSize: '1.1rem' }} aria-hidden="true"> - - } - - { - !state.loggedInGithub && logInGithub() } className="ml-1 text-success"> Sign in - } + saveSampleCodeWorkspace()} className="far fa-exclamation-triangle text-warning ml-2 align-self-center" aria-hidden="true"> + } - { - state.loggedInGithub && - - + {selectedWorkspace && selectedWorkspace.isGist && selectedWorkspace.isGist} direction="bottom" icon="far fa-copy"> + + } + + { + !state.loggedInGithub && } + > +
+ logInGithub() } className="fa-brands fa-github-alt text-success ml-2 align-self-center" style={{ fontSize: '1.1rem' }} aria-hidden="true"> + logInGithub() } className="ml-1 text-success"> Sign in +
+
+ } + { + state.loggedInGithub && + + + } +
+
{(platform !== appPlatformTypes.desktop) ? (