Update remix-ui-workspace.tsx

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

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

Loading…
Cancel
Save