Skip to content

Commit

Permalink
Merge pull request #128 from EFUB4-Jukebox/dev
Browse files Browse the repository at this point in the history
✏️ Fix : 메인 페이지 bottom svg 텍스트 크기 수정
  • Loading branch information
YoungseoChoi23 authored Aug 21, 2024
2 parents 53578cf + fb1fc30 commit 9803e6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/assets/introduce/bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/MusicSearchPage/MusicInfoPinPreview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const MusicInfoPinPreview = ({ pin, onSelectedLocation = () => {} }) => {
setIsTruncated(!isTruncated);
};

const text = memo || "메모가 비어 있습니다";
const text = memo || "메모가 비어 있습니다.";
const maxLines = 2;
const showMoreBtn = text.split("\n").length > maxLines;
const displayText = isTruncated
Expand Down

0 comments on commit 9803e6e

Please sign in to comment.