diff --git a/src/components/Setting/ChangePassword.astro b/src/components/Setting/ChangePassword.astro index 9c2983e65..0e6a097fb 100644 --- a/src/components/Setting/ChangePassword.astro +++ b/src/components/Setting/ChangePassword.astro @@ -3,7 +3,7 @@

Manage settings for your account passwords

-
-
- New Password Confirm +

Update Profile

+

Manage settings for your roadmap.sh profile

+
+
+ + +
+
+ + +
+ + +
+
diff --git a/src/pages/settings/change-password.astro b/src/pages/settings/change-password.astro index 20f206280..c64205304 100644 --- a/src/pages/settings/change-password.astro +++ b/src/pages/settings/change-password.astro @@ -3,7 +3,7 @@ import ChangePassword from '../../components/Setting/ChangePassword.astro'; import BaseLayout from '../../layouts/BaseLayout.astro'; --- - +
diff --git a/src/pages/settings/profile.astro b/src/pages/settings/profile.astro new file mode 100644 index 000000000..1764a7bf0 --- /dev/null +++ b/src/pages/settings/profile.astro @@ -0,0 +1,10 @@ +--- +import UpdateProfile from '../../components/Setting/UpdateProfile.astro'; +import BaseLayout from '../../layouts/BaseLayout.astro'; +--- + + +
+ +
+