diff --git a/src/components/Editprofileform/Editprofileform.js b/src/components/Editprofileform/Editprofileform.js index 171c078..f56edc7 100644 --- a/src/components/Editprofileform/Editprofileform.js +++ b/src/components/Editprofileform/Editprofileform.js @@ -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); diff --git a/src/components/Navbar/Navbar.css b/src/components/Navbar/Navbar.css index c0ef84b..ace5765 100644 --- a/src/components/Navbar/Navbar.css +++ b/src/components/Navbar/Navbar.css @@ -2,7 +2,7 @@ .navbar_1 { height: 90px; - background-color: #ffffff; + background-color: #ffffff; display: flex; align-items: center; justify-content: center; @@ -12,6 +12,8 @@ z-index: 999; width: 100%; position: fixed; + /* background: linear-gradient(180deg,rgba(9,76,131,.75),#21b8cb),#efffec; */ + } .nav__desktop { diff --git a/src/pages/Dashboard/Dashboard.css b/src/pages/Dashboard/Dashboard.css index 6264fe9..1155b23 100644 --- a/src/pages/Dashboard/Dashboard.css +++ b/src/pages/Dashboard/Dashboard.css @@ -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;