From 4393eba659ff7be495b0eda90dfa59513c6c07d0 Mon Sep 17 00:00:00 2001
From: ThatOneCalculator <kainoa@t1c.dev>
Date: Wed, 10 May 2023 14:15:19 -0700
Subject: [PATCH] fix button

---
 packages/client/src/pages/user-info.vue | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/packages/client/src/pages/user-info.vue b/packages/client/src/pages/user-info.vue
index 28c305a58..f763e0320 100644
--- a/packages/client/src/pages/user-info.vue
+++ b/packages/client/src/pages/user-info.vue
@@ -210,6 +210,12 @@
 							><i class="ph-key ph-bold ph-lg"></i>
 							{{ i18n.ts.resetPassword }}</FormButton
 						>
+						<FormButton
+							v-if="user.host == null && iAmModerator"
+							inline
+							@click="sendModMail"
+							>{{ i18n.ts.sendModMail }}</FormButton
+						>
 						<FormButton
 							v-if="$i.isAdmin"
 							inline
@@ -218,12 +224,6 @@
 							>{{ i18n.ts.deleteAccount }}</FormButton
 						>
 					</div>
-					<MkButton
-						v-if="user.host == null && iAmModerator"
-						inline
-						@click="sendModMail"
-						>{{ i18n.ts.sendModMail }}</MkButton
-					>
 					<FormTextarea
 						v-model="moderationNote"
 						manual-save