Skip to content

Commit

Permalink
๐Ÿ”จfix: ๋ฆฌ์›Œ๋“œ ํŽ˜์ด์ง€ ์ด๋ฏธ์ง€ url ๊ฒฝ๋กœ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdcodus committed Oct 7, 2024
1 parent 32f7fb5 commit 1c6f691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grass-diary/src/pages/RewardPage/RewardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const RewardPage = () => {
<S.RewardSection>
<S.RewardContainer>
<S.GrassCountBox>
<img src="../src/assets/image/pot.png" alt="image" />
<img src="/assets/image/pot.png" alt="image" />
<S.CountText>{grassQuery?.totalCount}</S.CountText>
<S.CountCaptionText>๋‚ด๊ฐ€ ์‹ฌ์€ ์ž”๋””</S.CountCaptionText>
</S.GrassCountBox>
Expand Down

0 comments on commit 1c6f691

Please sign in to comment.