Skip to content

Commit 65fe6bc

Browse files
LianaHusAniket-Engg
authored andcommitted
pointer on sign in
1 parent 3c2e919 commit 65fe6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ export function Workspace() {
987987
</CopyToClipboard>
988988
}
989989
</span>
990-
<span className="d-flex">
990+
<span className="d-flex" style={{ cursor: 'pointer' }} >
991991
{
992992
(!appContext.appState.gitHubUser || !appContext.appState.gitHubUser.isConnected) && <CustomTooltip
993993
placement="right"
@@ -997,7 +997,7 @@ export function Workspace() {
997997
>
998998
<div data-id='filepanel-login-github' className='d-flex'>
999999
<i onClick={() => logInGithub() } className="fa-brands fa-github-alt ml-2 align-self-center" style={{ fontSize: '1.1rem', cursor: 'pointer' }} aria-hidden="true"></i>
1000-
<span onClick={() => logInGithub() } className="ml-1 style={{ cursor: 'pointer' }} "> Sign in </span>
1000+
<span onClick={() => logInGithub() } className="ml-1"> Sign in </span>
10011001
</div>
10021002
</CustomTooltip>
10031003
}

0 commit comments

Comments
 (0)