Fix JSX tag mismatches in mobile card layouts

Fixed build errors caused by incomplete sed script replacement.
Changed mismatched closing </CardContent> and </Card> tags to </div>
in mobile card layouts across admin pages.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
dwindown
2025-12-25 10:40:47 +07:00
parent 3d7408a607
commit 534c9629ea
4 changed files with 12 additions and 12 deletions

View File

@@ -484,8 +484,8 @@ export default function AdminConsulting() {
</Button>
</div>
)}
</CardContent>
</Card>
</div>
</div>
))}
{upcomingSlots.length === 0 && (
<div className="text-center py-8 text-muted-foreground">
@@ -565,8 +565,8 @@ export default function AdminConsulting() {
<Badge variant="outline" className="text-xs">{slot.topic_category}</Badge>
</div>
</div>
</CardContent>
</Card>
</div>
</div>
))}
{pastSlots.length === 0 && (
<div className="text-center py-8 text-muted-foreground">

View File

@@ -309,8 +309,8 @@ export default function AdminEvents() {
Hapus
</Button>
</div>
</CardContent>
</Card>
</div>
</div>
))}
{events.length === 0 && (
<div className="text-center py-8 text-muted-foreground">
@@ -417,8 +417,8 @@ export default function AdminEvents() {
Hapus
</Button>
</div>
</CardContent>
</Card>
</div>
</div>
))}
{blocks.length === 0 && (
<div className="text-center py-8 text-muted-foreground">

View File

@@ -193,8 +193,8 @@ export default function AdminMembers() {
{adminIds.has(member.id) ? "Hapus Admin" : "Jadikan Admin"}
</Button>
</div>
</CardContent>
</Card>
</div>
</div>
))}
{members.length === 0 && (
<div className="text-center py-8 text-muted-foreground">

View File

@@ -250,8 +250,8 @@ export default function AdminOrders() {
<span className="text-sm">{formatDateTime(order.created_at)}</span>
</div>
</div>
</CardContent>
</Card>
</div>
</div>
))}
{orders.length === 0 && (
<div className="text-center py-8 text-muted-foreground">