Refactor:11; Fix:6; Chore:1; Feat:7; Build:1 #49

Merged
FatttSnake merged 26 commits from FatttSnake into dev 2024-05-06 09:38:28 +08:00
Showing only changes of commit 0ca5d8fc52 - Show all commits

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 className={'author-name'}>{author.userInfo.nickname}</div>
</div>
)}
</FlexBox>