Skip to content

Commit 66d3eac

Browse files
Gaber MowienaGaber Mowiena
authored andcommitted
removing the extra i from app.js
1 parent e0a8b5e commit 66d3eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Wrapper } from '../styles/SplitPane.jsx';
1616
const GlobalStyle = createGlobalStyle`
1717
html {
1818
box-sizing: border-box;
19-
font-size: 10px;i
19+
font-size: 10px;
2020
height: 100%;
2121
width: 100%;
2222
}

0 commit comments

Comments
 (0)