From 3d1a7619db20a7a2e40a8aee64b5e274b3ccc1a6 Mon Sep 17 00:00:00 2001 From: irchen4 <81490453+irchen4@users.noreply.github.com> Date: Mon, 22 May 2023 21:33:45 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=BA=D0=B0=D0=BA=D0=BE=D0=B9=20=D1=82?= =?UTF-8?q?=D0=BE=20=D0=B4=D0=B5=D0=B7=D0=B8=D0=B3=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LandingPages/Profile/AdmireProfile.vue | 38 ++++++++----- .../LandingPages/Profile/AllProfiles.vue | 38 +++++++++++-- src/views/LandingPages/Profile/Profile.vue | 54 +++++++++++++++---- .../LandingPages/Project/AllProjects.vue | 36 +++++++++++-- .../Sections/PresentationSearch.vue | 6 +++ 5 files changed, 140 insertions(+), 32 deletions(-) diff --git a/src/views/LandingPages/Profile/AdmireProfile.vue b/src/views/LandingPages/Profile/AdmireProfile.vue index 8b9de44..a169408 100644 --- a/src/views/LandingPages/Profile/AdmireProfile.vue +++ b/src/views/LandingPages/Profile/AdmireProfile.vue @@ -36,19 +36,13 @@ onMounted(async() => { }); - - -