Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AchyuthMohan committed Dec 9, 2022
2 parents 632845e + 75f749e commit ccd4ba9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Editprofileform/Editprofileform.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class Editprofileform extends Component {
};

handleSubmit = (e) => {
e.preventDefault();
// e.preventDefault();
console.log(this.state);
let form_data = new FormData();
form_data.append('user_image', this.state.user_image, this.state.user_image.name);
Expand Down
4 changes: 3 additions & 1 deletion src/components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.navbar_1 {
height: 90px;
background-color: #ffffff;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -12,6 +12,8 @@
z-index: 999;
width: 100%;
position: fixed;
/* background: linear-gradient(180deg,rgba(9,76,131,.75),#21b8cb),#efffec; */

}

.nav__desktop {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Dashboard/Dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ background: linear-gradient(45deg, rgba(16,115,149,0.8608485630580357) 95%, rgba
}
.profile_name{
display: flex;
color: #ffff;
color: darkblue;
gap: 2rem;
padding: 2px;
margin-top: 2rem;
border-radius: 10px;
background-color: #002B5B;
/* background-color: #002B5B; */
}
.each_detail_profile{
display: flex;
Expand Down

0 comments on commit ccd4ba9

Please sign in to comment.