종료수정정
This commit is contained in:
parent
ea6b5d26c9
commit
1fef343fd9
@ -211,7 +211,7 @@ const getDaysAgo = (dateString) => {
|
||||
// 오늘 날짜인 경우 "오늘" 반환
|
||||
if (dayDiff === 0) return "금일 종료";
|
||||
|
||||
return `종료 ${Math.abs(dayDiff)}일 전`;
|
||||
return ` ⏰종료 ${Math.abs(dayDiff)}일 전`;
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user