Skip to content

Commit 57b83c6

Browse files
committed
hotfix: 모바일 환경에서 마지막 업데이트 날짜가 완전히 가려지도록 핫픽스
1 parent 5c12884 commit 57b83c6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/app/(auth-required)/main/Content.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,12 @@ export const Content = () => {
6969

7070
<div className="w-full flex flex-col gap-[30px] overflow-auto max-TBL:gap-[20px]">
7171
<div className="flex h-fit flex-col items-center p-[20px] bg-BG-SUB gap-5 rounded-[4px]">
72-
<span className="text-TEXT-ALT text-SUBTITLE-5 MBI:hidden">
73-
마지막 업데이트 :{' '}
74-
{convertDateToKST(summaries?.stats?.lastUpdatedDate)?.iso || '업데이트 중..'}
75-
</span>
7672
<div className="w-full flex items-center justify-between flex-wrap max-MBI:justify-center max-MBI:gap-4">
7773
<div className="flex items-center gap-3 max-MBI:hidden">
7874
<Button size="SMALL" disabled>
7975
새로고침
8076
</Button>
81-
<span className="text-TEXT-ALT text-SUBTITLE-4 max-TBL:text-SUBTITLE-5 max-MBI:hidden">
77+
<span className="text-TEXT-ALT text-SUBTITLE-4 max-TBL:text-SUBTITLE-5">
8278
마지막 업데이트 :{' '}
8379
{convertDateToKST(summaries?.stats?.lastUpdatedDate)?.iso || '업데이트 중..'}
8480
</span>

0 commit comments

Comments
 (0)