From dd2406b7e044c6f5577cbb0697bf7f29fcfd574e Mon Sep 17 00:00:00 2001 From: irchen4 <81490453+irchen4@users.noreply.github.com> Date: Tue, 23 May 2023 15:50:49 +0300 Subject: [PATCH] =?UTF-8?q?-=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B8=D0=B7=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/LandingPages/Profile/AdmireProfile.vue | 2 +- src/views/LandingPages/Profile/Profile.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/LandingPages/Profile/AdmireProfile.vue b/src/views/LandingPages/Profile/AdmireProfile.vue index c28a1d8..51a5973 100644 --- a/src/views/LandingPages/Profile/AdmireProfile.vue +++ b/src/views/LandingPages/Profile/AdmireProfile.vue @@ -50,7 +50,7 @@ onMounted(async() => {

Местоположение: {{ profileData.location }}

Краткое описание: {{ profileData.short_intro }}

Биография: {{ profileData.bio }}

-

Ссылка на изображение: {{ profileData.profile_image }}

+

Ссылка на GitHub: {{ profileData.social_github }}

Ссылка на Twitter: {{ profileData.social_twitter }}

Ссылка на VK: {{ profileData.social_vk }}

diff --git a/src/views/LandingPages/Profile/Profile.vue b/src/views/LandingPages/Profile/Profile.vue index 0ae6379..ea14431 100644 --- a/src/views/LandingPages/Profile/Profile.vue +++ b/src/views/LandingPages/Profile/Profile.vue @@ -49,7 +49,7 @@ const processProfileData = (data) => {

Местоположение: {{ profileData.location }}

Краткое описание: {{ profileData.short_intro }}

Биография: {{ profileData.bio }}

-

Ссылка на изображение: {{ profileData.profile_image }}

+

Ссылка на GitHub: {{ profileData.social_github }}

Ссылка на Twitter: {{ profileData.social_twitter }}

Ссылка на VK: {{ profileData.social_vk }}