Refactor(StoreCard): Remove tooltip

Remove tooltip from author info
This commit is contained in:
2024-04-30 16:22:19 +08:00
parent c5ab4e242d
commit 0ca5d8fc52

View File

@@ -281,9 +281,7 @@ const StoreCard = ({
style={{ background: COLOR_BACKGROUND }}
/>
</div>
<AntdTooltip title={author.username}>
<div className={'author-name'}>{author.userInfo.nickname}</div>
</AntdTooltip>
</div>
)}
</FlexBox>