File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,32 +18,32 @@ const HTMLelements: htmlElementsInt = {
18
18
Image : {
19
19
width : 100 ,
20
20
height : 100 ,
21
- attributes : [ "ClassName" , "id" , "Src" ]
21
+ attributes : [ 'className' , 'id' , 'src' ]
22
22
} ,
23
23
Button : {
24
24
width : 75 ,
25
25
height : 28 ,
26
- attributes : [ "ClassName" , "id" , "Text" ]
26
+ attributes : [ 'className' , 'id' , 'text' ]
27
27
} ,
28
28
Form : {
29
29
width : 150 ,
30
30
height : 150 ,
31
- attributes : [ "ClassName" , "id" , "Text" ]
31
+ attributes : [ 'className' , 'id' , 'text' ]
32
32
} ,
33
33
Paragraph : {
34
34
width : 250 ,
35
35
height : 75 ,
36
- attributes : [ "ClassName" , "id" , "Text" ]
36
+ attributes : [ 'className' , 'id' , 'text' ]
37
37
} ,
38
38
List : {
39
39
width : 75 ,
40
40
height : 75 ,
41
- attributes : [ "ClassName" , "id" , "Text" ]
41
+ attributes : [ 'className' , 'id' , 'text' ]
42
42
} ,
43
43
Link : {
44
44
width : 50 ,
45
45
height : 50 ,
46
- attributes : [ "ClassName" , "id" , "Text" ]
46
+ attributes : [ 'className' , 'id' , 'text' ]
47
47
}
48
48
} ;
49
49
You can’t perform that action at this time.
0 commit comments