From e143d36d28f8a0e46d41931da021bacbae9649dc Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Fri, 1 Sep 2023 15:52:38 -0400 Subject: [PATCH] WIP(profile): close icon moved to profile.vue --- website/client/src/components/userMenu/profile.vue | 8 ++++++++ website/client/src/components/userMenu/profileModal.vue | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/client/src/components/userMenu/profile.vue b/website/client/src/components/userMenu/profile.vue index b39600ce15..80ec4cf971 100644 --- a/website/client/src/components/userMenu/profile.vue +++ b/website/client/src/components/userMenu/profile.vue @@ -1,5 +1,8 @@