File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import display from '../../../resources/customizing_elements_images/Display.png'
3
3
import flex from '../../../resources/customizing_elements_images/Flex.png' ;
4
4
import height from '../../../resources/customizing_elements_images/Height.png' ;
5
5
import width from '../../../resources/customizing_elements_images/Width.png' ;
6
- import backgroundcolor from '../../../resources/customizing_elements_images/BackgroundColor.png' ;
6
+ import backgroundColor from '../../../resources/customizing_elements_images/BackgroundColor.png' ;
7
7
8
8
// import Grid from '@material-ui/core/Grid';
9
9
@@ -51,7 +51,7 @@ const Customization: React.FC<{
51
51
< br />
52
52
< hr />
53
53
< h2 > Background Color</ h2 >
54
- < img src = { backgroundcolor } />
54
+ < img src = { backgroundColor } />
55
55
< br />
56
56
< p >
57
57
Select an element, type in the color you wish to change the background
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import pages from '../../../resources/pages_images/Pages.png' ;
3
3
import toggle from '../../../resources/pages_images/Toggle.png' ;
4
- import deletepage from '../../../resources/pages_images/DeletePage.png' ;
5
- import addelements from '../../../resources/pages_images/AddElements.png' ;
4
+ import deletePage from '../../../resources/pages_images/DeletePage.png' ;
5
+ import addElements from '../../../resources/pages_images/AddElements.png' ;
6
6
7
7
// import Grid from '@material-ui/core/Grid';
8
8
@@ -28,7 +28,7 @@ const Pages: React.FC<{
28
28
</ p >
29
29
< br />
30
30
< img src = { toggle } style = { { marginRight : '20px' } } />
31
- < img src = { addelements } style = { { outline : '1px solid black' } } />
31
+ < img src = { addElements } style = { { outline : '1px solid black' } } />
32
32
< br />
33
33
< p >
34
34
Switch between pages by selecting the page and customize it by dragging
@@ -37,7 +37,7 @@ const Pages: React.FC<{
37
37
on).
38
38
</ p >
39
39
< br />
40
- < img src = { deletepage } />
40
+ < img src = { deletePage } />
41
41
< p > Delete the page by simply clicking the button.</ p >
42
42
</ div >
43
43
) ;
You can’t perform that action at this time.
0 commit comments