chore: Adjust Profile Style

This commit is contained in:
MystiPanda
2024-03-10 21:37:52 +08:00
parent 8ec19e058f
commit 20a9775dc6
2 changed files with 25 additions and 30 deletions

View File

@@ -178,17 +178,6 @@ export const ProfileMore = (props: Props) => {
{itemData.desc}
</Typography>
)}
<Typography
noWrap
component="span"
title={`Updated Time: ${parseExpire(itemData.updated)}`}
style={{ fontSize: 14 }}
>
{!!itemData.updated
? dayjs(itemData.updated! * 1000).fromNow()
: ""}
</Typography>
</Box>
</ProfileBox>