File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/workspace/src/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -987,7 +987,7 @@ export function Workspace() {
987
987
</ CopyToClipboard >
988
988
}
989
989
</ span >
990
- < span className = "d-flex" >
990
+ < span className = "d-flex" style = { { cursor : 'pointer' } } >
991
991
{
992
992
( ! appContext . appState . gitHubUser || ! appContext . appState . gitHubUser . isConnected ) && < CustomTooltip
993
993
placement = "right"
@@ -997,7 +997,7 @@ export function Workspace() {
997
997
>
998
998
< div data-id = 'filepanel-login-github' className = 'd-flex' >
999
999
< 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 >
1001
1001
</ div >
1002
1002
</ CustomTooltip >
1003
1003
}
You can’t perform that action at this time.
0 commit comments