pull/4979/head
yann300 3 months ago committed by GitHub
parent 91185e9633
commit 18117f7b11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -974,8 +974,8 @@ export function Workspace() {
tooltipText={<FormattedMessage id="filePanel.logInGithub" />} tooltipText={<FormattedMessage id="filePanel.logInGithub" />}
> >
<div data-id='filepanel-login-github' className='d-flex'> <div data-id='filepanel-login-github' className='d-flex'>
<i onClick={() => logInGithub() } className="fa-brands fa-github-alt text-success ml-2 align-self-center" style={{ fontSize: '1.1rem' }} aria-hidden="true"></i> <i onClick={() => logInGithub() } className="fa-brands fa-github-alt ml-2 align-self-center" style={{ fontSize: '1.1rem' }} aria-hidden="true"></i>
<span onClick={() => logInGithub() } className="ml-1 text-success"> Sign in </span> <span onClick={() => logInGithub() } className="ml-1"> Sign in </span>
</div> </div>
</CustomTooltip> </CustomTooltip>
} }

Loading…
Cancel
Save