diff --git a/src/components/ProfileIcon.tsx b/src/components/ProfileIcon.tsx
index 43463fac..9a132b60 100644
--- a/src/components/ProfileIcon.tsx
+++ b/src/components/ProfileIcon.tsx
@@ -13,7 +13,7 @@ import {
} from "@app/components/ui/dropdown-menu";
import { useEnvContext } from "@app/hooks/useEnvContext";
import { toast } from "@app/hooks/useToast";
-import { formatAxiosError } from "@app/lib/api";;
+import { formatAxiosError } from "@app/lib/api";
import { Laptop, LogOut, Moon, Sun } from "lucide-react";
import { useTheme } from "next-themes";
import { useRouter } from "next/navigation";
@@ -21,6 +21,7 @@ import { useState } from "react";
import { useUserContext } from "@app/hooks/useUserContext";
import Disable2FaForm from "./Disable2FaForm";
import Enable2FaForm from "./Enable2FaForm";
+import SupporterStatus from "./SupporterStatus";
export default function ProfileIcon() {
const { setTheme, theme } = useTheme();
@@ -152,6 +153,9 @@ export default function ProfileIcon() {
{user.email}
+
+
+
>
);
diff --git a/src/components/SupporterStatus.tsx b/src/components/SupporterStatus.tsx
index ab4d9b52..b7b45c40 100644
--- a/src/components/SupporterStatus.tsx
+++ b/src/components/SupporterStatus.tsx
@@ -176,82 +176,39 @@ export default function SupporterStatus() {
-
Please select the option that best suits you.
-
-
-
-
- Full Supporter
-
-
- $95
-
- -
-
-
- For the whole server
-
-
- -
-
-
- Lifetime purchase
-
-
- -
-
-
- Supporter status
-
-
-
-
-
-
-
-
-
-
-
-
-
- Limited Supporter
-
-
- $25
-
- -
-
-
- For 5 or less users
-
-
- -
-
-
- Lifetime purchase
-
-
- -
-
-
- Supporter status
-
-
-
-
-
- {supporterStatus?.tier !==
- "Limited Supporter" ? (
+
+
Please select the option that best suits you.
+
+
+
+ Full Supporter
+
+
+ $95
+
+ -
+
+
+ For the whole server
+
+
+ -
+
+
+ Lifetime purchase
+
+
+ -
+
+
+ Supporter status
+
+
+
+
+
- ) : (
-
- )}
-
-
+
+
+
+
+
+ Limited Supporter
+
+
+ $25
+
+ -
+
+
+ For 5 or less users
+
+
+ -
+
+
+ Lifetime purchase
+
+
+ -
+
+
+ Supporter status
+
+
+
+
+
+ {supporterStatus?.tier !==
+ "Limited Supporter" ? (
+
+
+
+ ) : (
+
+ )}
+
+
+
-