fix: render lucide icons in community and service form

This commit is contained in:
zetaloop
2026-02-20 20:07:55 +08:00
parent 7795c303f3
commit b9859438d8
2 changed files with 9 additions and 4 deletions
+4 -3
View File
@@ -1,4 +1,4 @@
import { Heart, MessageCircle, PenSquare, Pin } from "lucide-react"
import { ClipboardList, Heart, MessageCircle, PenSquare, Pin } from "lucide-react"
import Link from "next/link"
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"
import { Badge } from "@/components/ui/badge"
@@ -62,8 +62,9 @@ export default function CommunityPage() {
</div>
)}
{post.linkedOrderId && (
<div className="mt-2 rounded border bg-muted/30 px-3 py-2 text-xs text-muted-foreground">
📋
<div className="mt-2 rounded border bg-muted/30 px-3 py-2 text-xs text-muted-foreground flex items-center gap-1.5">
<ClipboardList className="h-3.5 w-3.5" />
</div>
)}
</CardContent>