Skip to content

Commit c672622

Browse files
authored
Merge pull request #39 from CS-Eevee/feat/left_col_styling
Feat/left col styling
2 parents b9c7c31 + c8de40b commit c672622

13 files changed

+3451
-3352
lines changed

.eslintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"env": {
2222
"browser": true,
2323
"node": true,
24-
"es6": true
24+
"es6": true,
25+
"jest": true
2526
},
2627
"rules": {
2728
"class-methods-use-this": "off"

main.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ const createWindow = () => {
154154
template[2].submenu.push({
155155
type: 'separator',
156156
}, {
157-
label: 'Speech',
158-
submenu: [{ role: 'startspeaking' }, { role: 'stopspeaking' }],
159-
});
157+
label: 'Speech',
158+
submenu: [{ role: 'startspeaking' }, { role: 'stopspeaking' }],
159+
});
160160

161161
// Window menu
162162
template[4].submenu = [

0 commit comments

Comments
 (0)