Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d0dd25

Browse files
committed
Change id to class for main-container
1 parent 94a98de commit 2d0dd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homework-classes/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
const header = createAndAppend('header', root, { class: 'header' });
4040
const error = createAndAppend('div', root);
4141
const main = createAndAppend('main', root, {
42-
id: 'main-container',
42+
class: 'main-container',
4343
});
4444
const repo = createAndAppend('section', main, {
4545
class: 'repo-container whiteframe',

0 commit comments

Comments
 (0)