From 2b134f52321768339c8663ea262a3a4bb68f462f Mon Sep 17 00:00:00 2001 From: ditiqi Date: Thu, 27 Feb 2025 09:53:07 +0800 Subject: [PATCH] add --- apps/web/src/app/main/path/components/PathCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/main/path/components/PathCard.tsx b/apps/web/src/app/main/path/components/PathCard.tsx index fa696bb..dfdc79b 100755 --- a/apps/web/src/app/main/path/components/PathCard.tsx +++ b/apps/web/src/app/main/path/components/PathCard.tsx @@ -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} ); @@ -61,7 +61,7 @@ export default function PathCard({ path }: pathCardProps) {
+ className="px-3 py-1 rounded-full border-0"> {"未设置分类"}