Skip to content

Commit

Permalink
feat: 대체 이미지 png로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
pakxe committed Oct 24, 2024
1 parent 7827e31 commit d96de3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/ErrorPage/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ErrorPage = () => {
height="80vh"
css={{alignContent: 'center'}}
>
<Image src={getImageUrl('cryingDog', 'webp')} width="160px" />
<Image src={getImageUrl('cryingDog', 'webp')} fallbackSrc={getImageUrl('cryingDog', 'png')} width="160px" />
<Text size="subTitle">알 수 없는 오류가 발생했습니다.</Text>
<Text size="body" css={{textAlign: 'center'}}>
계속 발생한다면 잠시 후 다시 시도해주세요. <br />
Expand Down

0 comments on commit d96de3b

Please sign in to comment.