From 479089da4b24d6c2d32fc3d2b0ed6171795f0787 Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Sun, 28 Sep 2025 19:04:29 +0000
Subject: [PATCH] Refactor Admin Page Layout
---
src/pages/Admin.tsx | 76 ++++++++++++++++++++-------------------------
1 file changed, 33 insertions(+), 43 deletions(-)
diff --git a/src/pages/Admin.tsx b/src/pages/Admin.tsx
index d9264a05..85dcc0c3 100644
--- a/src/pages/Admin.tsx
+++ b/src/pages/Admin.tsx
@@ -114,49 +114,39 @@ export default function Admin() {
-
-
-
-
- Moderation Queue
-
-
-
- Reports
-
-
-
-
-
-
-
-
- Content Moderation Queue
-
-
- Review and moderate pending content submissions and flagged reviews
-
-
-
-
-
-
-
-
-
-
-
- User Reports
-
- Review reports submitted by users about inappropriate content
-
-
-
-
-
-
-
-
+
+
+
+
+ Content Moderation Queue
+
+
+ Review and moderate pending content submissions and flagged reviews
+
+
+
+
+
+
+
+ Moderation Queue
+
+
+
+ Reports
+
+
+
+
+
+
+
+
+
+
+
+
+
>
);