diff --git a/src/pages/admin/AdminConsulting.tsx b/src/pages/admin/AdminConsulting.tsx
index c0ab8f6..bac8c64 100644
--- a/src/pages/admin/AdminConsulting.tsx
+++ b/src/pages/admin/AdminConsulting.tsx
@@ -412,7 +412,7 @@ export default function AdminConsulting() {
{/* Mobile Card Layout */}
{upcomingSlots.map((slot) => (
-
+
@@ -542,7 +542,7 @@ export default function AdminConsulting() {
{/* Mobile Card Layout */}
{pastSlots.slice(0, 20).map((slot) => (
-
+
diff --git a/src/pages/admin/AdminEvents.tsx b/src/pages/admin/AdminEvents.tsx
index 84fe21e..02296fc 100644
--- a/src/pages/admin/AdminEvents.tsx
+++ b/src/pages/admin/AdminEvents.tsx
@@ -282,7 +282,7 @@ export default function AdminEvents() {
{/* Mobile Card Layout */}
{events.map((event) => (
-
+
@@ -379,7 +379,7 @@ export default function AdminEvents() {
{/* Mobile Card Layout */}
{blocks.map((block) => (
-
+
diff --git a/src/pages/admin/AdminMembers.tsx b/src/pages/admin/AdminMembers.tsx
index 647bdb9..37d2dcf 100644
--- a/src/pages/admin/AdminMembers.tsx
+++ b/src/pages/admin/AdminMembers.tsx
@@ -160,7 +160,7 @@ export default function AdminMembers() {
{/* Mobile Card Layout */}
{members.map((member) => (
-
+
diff --git a/src/pages/admin/AdminOrders.tsx b/src/pages/admin/AdminOrders.tsx
index e5df3be..20a3855 100644
--- a/src/pages/admin/AdminOrders.tsx
+++ b/src/pages/admin/AdminOrders.tsx
@@ -224,7 +224,7 @@ export default function AdminOrders() {
{/* Mobile Card Layout */}
{orders.map((order) => (
-
+
diff --git a/src/pages/admin/AdminProducts.tsx b/src/pages/admin/AdminProducts.tsx
index 34f84b6..c4588dd 100644
--- a/src/pages/admin/AdminProducts.tsx
+++ b/src/pages/admin/AdminProducts.tsx
@@ -162,10 +162,10 @@ export default function AdminProducts() {
-
+
{/* Desktop Table */}
-
+
@@ -216,11 +216,13 @@ export default function AdminProducts() {
+
+
- {/* Mobile Card Layout */}
-
- {products.map((product) => (
-
+ {/* Mobile Card Layout */}
+
+ {products.map((product) => (
+
{product.title}
@@ -257,15 +259,13 @@ export default function AdminProducts() {
- ))}
- {products.length === 0 && (
-
- Belum ada produk
-
- )}
+ ))}
+ {products.length === 0 && (
+
+ Belum ada produk
-
-
+ )}
+