diff --git a/src/pages/settings/panes/Account.tsx b/src/pages/settings/panes/Account.tsx
index 65b4be55..52093d68 100644
--- a/src/pages/settings/panes/Account.tsx
+++ b/src/pages/settings/panes/Account.tsx
@@ -176,13 +176,9 @@ export const Account = observer(() => {
@@ -210,23 +206,26 @@ export const Account = observer(() => {
}
description={
- "Disable your account. You won't be able to access it unless you log back in."
+ "Disable your account. You won't be able to access it unless you contact support."
}
- disabled
- action={}>
+ action="chevron"
+ onClick={() => {
+ //
+ }}>
-
- }
- description={
- "Delete your account, including all of your data. (sends an email to contact@revolt.chat)"
- }
- hover
- action="external">
-
-
-
+ }
+ description={
+ "Your account will be queued for deletion, a confirmation email will be sent."
+ }
+ hover
+ action="chevron"
+ onClick={() => {
+ //
+ }}>
+
+