Skip to content

Commit

Permalink
[fix] 이미지 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nkavay committed Sep 6, 2023
1 parent f25cea2 commit e426bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mypage/links/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function LinksContainer() {
<Styled.CenterContainer>
<Styled.ContentContainer>
<Styled.ImageContainer>
<Image src={LinkBeefCakeImg} alt="케이크" />
<Image src={LinkBeefCakeImg} alt="케이크" width={219} height={219} />
</Styled.ImageContainer>
<Styled.About onClick={handleMovePage}>모인 케이크 보러가기 {'>'} </Styled.About>
<Styled.AboutSmall>{wishData?.price}</Styled.AboutSmall>
Expand Down

0 comments on commit e426bd5

Please sign in to comment.