From f6042340573ecd22b33c8e9657f617d110dfa312 Mon Sep 17 00:00:00 2001 From: yingying Date: Wed, 25 Sep 2024 21:28:53 +0800 Subject: [PATCH] chore: fix path --- client/app/factory/list/components/BotCard.tsx | 4 ++-- client/components/BotCard.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/app/factory/list/components/BotCard.tsx b/client/app/factory/list/components/BotCard.tsx index 36c5fb71..347f4171 100644 --- a/client/app/factory/list/components/BotCard.tsx +++ b/client/app/factory/list/components/BotCard.tsx @@ -113,7 +113,7 @@ const BotCard = (props: { bot: Bot }) => { }} > {I18N.components.BotCard.tiaoShi} router.push(`/factory/edit?id=${bot.id}`)} className="z-10 cursor-pointer" @@ -135,7 +135,7 @@ const BotCard = (props: { bot: Bot }) => { }} > {I18N.components.BotCard.gengXinZhiShi} diff --git a/client/components/BotCard.tsx b/client/components/BotCard.tsx index 2e72dc60..b5e58365 100644 --- a/client/components/BotCard.tsx +++ b/client/components/BotCard.tsx @@ -41,7 +41,7 @@ const BotCard = (props: {
- +