Skip to content

Commit

Permalink
feat: 버튼 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Jan 5, 2025
1 parent e37446d commit 5f61619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const SecondaryButton = ({
const { year, month, day, hours, minutes } = parseISODate(
committedAt as string
);
const commitText = `최종 수정일자 ${year}${month}${day}${padWithZero(hours)}:${padWithZero(minutes)}`;
const commitText = `최종 수정 일시 : ${year}${month}${day}${padWithZero(hours)}:${padWithZero(minutes)}`;

return (
<Button
Expand Down

0 comments on commit 5f61619

Please sign in to comment.