Skip to content

Commit

Permalink
fix: 사진 경로 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sseohalee committed Jun 10, 2024
1 parent 9aa8d90 commit 1a3e7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/home/GoalProductDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const GoalProductDetail = ({ accountId }: { accountId: number }) => {
만기일 <br /> 2030.3.12
</div>
<img
src="byul1.png"
src="/byul1.png"
alt="하나주택청약종합저축"
className="w-2/5"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/split/SplitAutoPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const SplitAutoPage = () => {
</h3>
<div>
<img
src="byul5.png"
src="/byul5.png"
className="w-20"
alt="하나은행"
/>
Expand Down

0 comments on commit 1a3e7f2

Please sign in to comment.