File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/app/(auth-required)/main Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -69,16 +69,12 @@ export const Content = () => {
69
69
70
70
< div className = "w-full flex flex-col gap-[30px] overflow-auto max-TBL:gap-[20px]" >
71
71
< 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 >
76
72
< div className = "w-full flex items-center justify-between flex-wrap max-MBI:justify-center max-MBI:gap-4" >
77
73
< div className = "flex items-center gap-3 max-MBI:hidden" >
78
74
< Button size = "SMALL" disabled >
79
75
새로고침
80
76
</ 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" >
82
78
마지막 업데이트 :{ ' ' }
83
79
{ convertDateToKST ( summaries ?. stats ?. lastUpdatedDate ) ?. iso || '업데이트 중..' }
84
80
</ span >
You can’t perform that action at this time.
0 commit comments