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 = () => {
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 >
You can’t perform that action at this time.
0 commit comments