Skip to content

Commit f580960

Browse files
committed
refactor: aseet img 경로 변경
1 parent 1bf0178 commit f580960

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.

src/assets/img/img-logo.png

-5.28 KB
Binary file not shown.

src/components/Home/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Home = () => {
1414
</Text>
1515
</div>
1616
<div className={styles.HomeImage}>
17-
<img src="/src/assets/img/img-graphic-logo.png" alt="mainLogo" />
17+
<img src="/assets/img/img-graphic-logo.png" alt="mainLogo" />
1818
</div>
1919
<div className={styles.HomeBottom}>
2020
<IconButton text="갤러리" iconName="gallery" />

src/components/RecognitionFail/RecognitionFail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const RecognitionFail = () => {
1414
</Text>
1515
</div>
1616
<div className={styles.Image}>
17-
<img src="/src/assets/img/img-recognition-fail.png" alt="recognitionFailImg" />
17+
<img src="/assets/img/img-recognition-fail.png" alt="recognitionFailImg" />
1818
</div>
1919
<div className={styles.Bottom}>
2020
<Button text="직접 입력하기" variant="secondary" />

0 commit comments

Comments
 (0)