Skip to content

Commit 6bce31d

Browse files
committed
PR fix
1 parent 57a3470 commit 6bce31d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fusion-studio-extension/src/browser/widget/_welcome.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
display: flex;
1919
}
2020
&-logo {
21-
// i feel bad for this monstrosity but without it, it doesnt work
21+
// NOTE(YB): i feel bad for this monstrosity but without it, it doesnt work
2222
background-repeat: no-repeat !important; //
2323
background-size: contain !important; // theia has forced my hand
2424
margin-right: 8px;

fusion-studio-extension/src/browser/widget/welcome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class FSWelcomeWidget extends ReactWidget {
4343
<span className="checkbox" onClick={e => this.store(!this.checked)}>
4444
<span className={'checkbox-box' + (this.checked ? ' checked' : '')}>
4545
<span></span>
46-
</span>ls
46+
</span>
4747
<span className="checkbox-label">Show at startup</span>
4848
</span>
4949
</React.Fragment>

0 commit comments

Comments
 (0)