From c7825fbe03444f9e0476d0b2d8a81c0dcad8504f 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:05:47 +0000
Subject: [PATCH] Refactor Admin page layout
---
src/pages/Admin.tsx | 69 +++++++++++++++++++++++----------------------
1 file changed, 35 insertions(+), 34 deletions(-)
diff --git a/src/pages/Admin.tsx b/src/pages/Admin.tsx
index 85dcc0c3..d2f47cfe 100644
--- a/src/pages/Admin.tsx
+++ b/src/pages/Admin.tsx
@@ -98,6 +98,41 @@ export default function Admin() {
+ {/* Content Moderation Section */}
+
+
+
+
+ Content Moderation Queue
+
+
+ Review and moderate pending content submissions and flagged reviews
+
+
+
+
+
+
+
+ Moderation Queue
+
+
+
+ Reports
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{/* User Management Section */}
@@ -113,40 +148,6 @@ export default function Admin() {
-
-
-
-
-
- Content Moderation Queue
-
-
- Review and moderate pending content submissions and flagged reviews
-
-
-
-
-
-
-
- Moderation Queue
-
-
-
- Reports
-
-
-
-
-
-
-
-
-
-
-
-
-
>
);