From 403fbeea011b066dc493e389993ee840eb4ebe22 Mon Sep 17 00:00:00 2001 From: FEARmeR Date: Tue, 23 May 2023 11:36:24 +0100 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B0=D1=8F=20=D1=83=D0=B1=D0=BE=D1=80=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LandingPages/Profile/EditProfile.vue | 2 +- .../Components/BuiltByDevelopers.vue | 35 ------- .../Presentation/Components/ExampleCard.vue | 98 ------------------- 3 files changed, 1 insertion(+), 134 deletions(-) delete mode 100644 src/views/Presentation/Components/BuiltByDevelopers.vue delete mode 100644 src/views/Presentation/Components/ExampleCard.vue diff --git a/src/views/LandingPages/Profile/EditProfile.vue b/src/views/LandingPages/Profile/EditProfile.vue index 5bcb312..8199848 100644 --- a/src/views/LandingPages/Profile/EditProfile.vue +++ b/src/views/LandingPages/Profile/EditProfile.vue @@ -84,7 +84,7 @@ const updateProfile = async () => { formData.append('profile_image', selectedImage.value); await axios.patch(`http://somebodyhire.me/api/profile/${userId.value}/`, formData, { headers }); - // router.push('/ViewMyProfile'); + router.push('/ViewMyProfile'); } catch (error) { debugText.value = `Error: ${JSON.stringify(error, null, 2)}`; console.error(error); diff --git a/src/views/Presentation/Components/BuiltByDevelopers.vue b/src/views/Presentation/Components/BuiltByDevelopers.vue deleted file mode 100644 index 37c479b..0000000 --- a/src/views/Presentation/Components/BuiltByDevelopers.vue +++ /dev/null @@ -1,35 +0,0 @@ - - diff --git a/src/views/Presentation/Components/ExampleCard.vue b/src/views/Presentation/Components/ExampleCard.vue deleted file mode 100644 index ab95c4d..0000000 --- a/src/views/Presentation/Components/ExampleCard.vue +++ /dev/null @@ -1,98 +0,0 @@ - - -