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">