Skip to content

Commit

Permalink
pointer on sign in
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Sep 16, 2024
1 parent fb75e7d commit 9d5997d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ export function Workspace() {
</CopyToClipboard>
}
</span>
<span className="d-flex">
<span className="d-flex" style={{ cursor: 'pointer' }} >
{
(!appContext.appState.gitHubUser || !appContext.appState.gitHubUser.isConnected) && <CustomTooltip
placement="right"
Expand All @@ -997,7 +997,7 @@ export function Workspace() {
>
<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', cursor: 'pointer' }} aria-hidden="true"></i>
<span onClick={() => logInGithub() } className="ml-1 style={{ cursor: 'pointer' }} "> Sign in </span>
<span onClick={() => logInGithub() } className="ml-1"> Sign in </span>
</div>
</CustomTooltip>
}
Expand Down

0 comments on commit 9d5997d

Please sign in to comment.