Skip to content

Commit 34508f7

Browse files
committed
img 관련 typescipt 빌드 에러 수정 2
1 parent 7b4b87f commit 34508f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

services/one-app/src/app/(site)/lost-found/_components/postDetail/PostDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const LostFoundPostDetail = ({ lostId }: Props) => {
6161
<>
6262
<div className=" px-5 flex items-center h-14 w-full gap-2">
6363
<Image
64-
src={Lost112Img}
64+
src="/images/lost112.png"
6565
alt="lost112-image"
6666
width={24}
6767
height={24}

0 commit comments

Comments
 (0)