add
This commit is contained in:
parent
1e73b53d2c
commit
2b134f5232
|
@ -51,7 +51,7 @@ export default function PathCard({ path }: pathCardProps) {
|
||||||
? "green"
|
? "green"
|
||||||
: "orange"
|
: "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}
|
{term.name}
|
||||||
</Tag>
|
</Tag>
|
||||||
);
|
);
|
||||||
|
@ -61,7 +61,7 @@ export default function PathCard({ path }: pathCardProps) {
|
||||||
<div className="flex gap-2 mb-4">
|
<div className="flex gap-2 mb-4">
|
||||||
<Tag
|
<Tag
|
||||||
color={"orange"}
|
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>
|
</Tag>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue