diff --git a/twistter-frontend/src/pages/editProfile.js b/twistter-frontend/src/pages/editProfile.js
index 7272e76..d90b601 100644
--- a/twistter-frontend/src/pages/editProfile.js
+++ b/twistter-frontend/src/pages/editProfile.js
@@ -28,6 +28,14 @@ const styles = {
positon: "relative",
marginBottom: 30
},
+ back: {
+ float: "left",
+ marginLeft: 15
+ },
+ delete: {
+ float: "right",
+ marginRight: 15
+ },
progress: {
position: "absolute"
}
@@ -135,7 +143,17 @@ export class edit extends Component {
return (
-
+
+
+
Edit Profile
@@ -154,6 +172,7 @@ export class edit extends Component {
variant="outlined"
onChange={this.handleChange}
fullWidth
+ autoComplete='off'
/>
@@ -168,6 +187,7 @@ export class edit extends Component {
variant="outlined"
onChange={this.handleChange}
fullWidth
+ autoComplete='off'
/>
@@ -185,6 +205,7 @@ export class edit extends Component {
variant="outlined"
onChange={this.handleChange}
fullWidth
+ autoComplete='off'
/>
)}
-
-
-
-
+
-
+
+
+
);
}