Skip to content

Commit 13dc8b3

Browse files
committed
[deploy]
1 parent 4d9ef66 commit 13dc8b3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dropzone-ui-web",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"engines": {
66
"node": "16.x",

src/Pages/MainPage/MainPage.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const MainPage = (props) => {
1818
<ElevateAppBar />
1919
<div className="dui-main-paper">
2020
<div className="dui-main-header">
21-
<ElevateAppBar />
21+
2222
<Grid
2323
container
2424
style={{ backgroundColor: "white", padding: "20px 0" }}
@@ -51,11 +51,10 @@ const MainPage = (props) => {
5151
<Badges />
5252
</Grid>
5353
<Grid item md={12} xs={12}>
54-
<InteractiveCode />
5554
<Options />
5655
</Grid>
5756
</Grid>
58-
57+
<InteractiveCode />
5958
<Donate />
6059
</div>
6160
</div>

0 commit comments

Comments
 (0)