Skip to content

Commit 3a01c03

Browse files
yingyingRaoHai
authored andcommitted
chore: fix path
1 parent 451a9fe commit 3a01c03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/app/factory/list/components/BotCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const BotCard = (props: { bot: Bot }) => {
113113
}}
114114
>
115115
<Image
116-
src="../images/debug.svg"
116+
src="/images/debug.svg"
117117
alt={I18N.components.BotCard.tiaoShi}
118118
onClick={() => router.push(`/factory/edit?id=${bot.id}`)}
119119
className="z-10 cursor-pointer"
@@ -135,7 +135,7 @@ const BotCard = (props: { bot: Bot }) => {
135135
}}
136136
>
137137
<Image
138-
src="../images/refresh.svg"
138+
src="/images/refresh.svg"
139139
alt={I18N.components.BotCard.gengXinZhiShi}
140140
className="z-10 cursor-pointer"
141141
/>

client/components/BotCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const BotCard = (props: {
4141
</div>
4242
</div>
4343
<div className="z-10 opacity-0 rounded-[8px] hover:opacity-100 w-full h-full backdrop-blur-xl transition-all bg-gradient-to-b from-[rgba(255,255,255,0.65)] to-white absolute flex items-center justify-center">
44-
<Image src="./images/chat.svg" />
44+
<Image src="/images/chat.svg" />
4545
</div>
4646
</CardBody>
4747
<CardFooter className="text-small justify-between flex-col my-4 p-0 px-3 min-h-[84px]">

0 commit comments

Comments
 (0)