add
This commit is contained in:
parent
1e73b53d2c
commit
2b134f5232
|
@ -51,7 +51,7 @@ export default function PathCard({ path }: pathCardProps) {
|
|||
? "green"
|
||||
: "orange"
|
||||
}
|
||||
className="px-3 py-1 rounded-full bg-blue-100 text-blue-600 border-0">
|
||||
className="px-3 py-1 rounded-full border-0">
|
||||
{term.name}
|
||||
</Tag>
|
||||
);
|
||||
|
@ -61,7 +61,7 @@ export default function PathCard({ path }: pathCardProps) {
|
|||
<div className="flex gap-2 mb-4">
|
||||
<Tag
|
||||
color={"orange"}
|
||||
className="px-3 py-1 rounded-full bg-blue-100 text-blue-600 border-0">
|
||||
className="px-3 py-1 rounded-full border-0">
|
||||
{"未设置分类"}
|
||||
</Tag>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue