diff --git a/src/examples/navbars/NavbarDefault.vue b/src/examples/navbars/NavbarDefault.vue index 906638f..194398a 100644 --- a/src/examples/navbars/NavbarDefault.vue +++ b/src/examples/navbars/NavbarDefault.vue @@ -197,16 +197,7 @@ watch(
{{ profileData.email }}
-Имя: {{ profileData.name }}
+{{ profileData.email }}
Местоположение: {{ profileData.location }}
Краткое описание: {{ profileData.short_intro }}
Биография: {{ profileData.bio }}
- -Ссылка на GitHub: {{ profileData.social_github }}
-Ссылка на Twitter: {{ profileData.social_twitter }}
-Ссылка на VK: {{ profileData.social_vk }}
-Ссылка на YouTube: {{ profileData.social_youtube }}
-Ссылка на сайт: {{ profileData.social_website }}
++ Ссылка на GitHub +
+ + ++ Ссылка на VK +
+ + + + ++ Ссылка на сайт +
+ Редактирование профиля + @@ -80,6 +95,10 @@ onMounted(async() => { border-radius: 50%; object-fit: cover; margin-bottom: 20px; + justify-content: center; + align-content: center; + align-items: center; + display: flex; } h1,h2{ @@ -105,4 +124,6 @@ button:hover{ background-color: #6ac55e; color: rgb(61, 61, 61); } + + \ No newline at end of file diff --git a/src/views/LandingPages/Profile/EditProfile.vue b/src/views/LandingPages/Profile/EditProfile.vue index cc97934..c933b3e 100644 --- a/src/views/LandingPages/Profile/EditProfile.vue +++ b/src/views/LandingPages/Profile/EditProfile.vue @@ -32,6 +32,7 @@ const processProfileData = (data) => { social_vk: data.social_vk || '', social_youtube: data.social_youtube || '', social_website: data.social_website || '', + profile_image: data.profile_image || '', }; }; @@ -113,6 +114,7 @@ onMounted(async() => { --> +