Skip to content

Commit

Permalink
Merge pull request #148 from kkn1125/kkn1125/fe/hotfix
Browse files Browse the repository at this point in the history
[FE][:lady_beetle: HOTFIX]: 일기 커버 이미지 오류 수정
  • Loading branch information
kkn1125 authored Aug 10, 2022
2 parents 31f8beb + 77d4c8a commit 04e16a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/src/pages/Diary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Diary() {
height,
src: `https://picsum.photos/seed/${parseInt(
(Math.random() * 1000).toString(),
)}/${size}`,
)}/${size.join("/")}`,
};
};

Expand Down

0 comments on commit 04e16a7

Please sign in to comment.