From 66fc4e9824e710d6b9e29c445115fd0180e35e32 Mon Sep 17 00:00:00 2001 From: Luis Paredes Date: Mon, 4 Dec 2023 22:42:45 -0300 Subject: [PATCH 1/3] refactor: Moved buttons around --- .../components/edit-profile-button.tsx | 4 +-- .../profile/components/stadistics-button.tsx | 4 +-- .../profile/components/verify-button.tsx | 35 +++++++++++++++++++ src/screens/profile/profile-view.tsx | 8 +++-- 4 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 src/screens/profile/components/verify-button.tsx diff --git a/src/screens/profile/components/edit-profile-button.tsx b/src/screens/profile/components/edit-profile-button.tsx index 638051b..8362fff 100644 --- a/src/screens/profile/components/edit-profile-button.tsx +++ b/src/screens/profile/components/edit-profile-button.tsx @@ -17,10 +17,10 @@ export const EditProfileButton = ({ if (user?.id === currentUser?.id) { return ( - +