We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac61bb commit 4e6496aCopy full SHA for 4e6496a
src/components/widgets/post/PostItem.tsx
@@ -53,7 +53,7 @@ export const PostItem = memo<{ data: PostModel }>(({ data }) => {
53
</main>
54
55
<div className="post-meta-bar mt-2 flex select-none flex-wrap items-center justify-end gap-4 text-base-content/60">
56
- <PostMetaBar data={data} />
+ <PostMetaBar />
57
<span className="flex flex-shrink-0 select-none items-center space-x-1 text-right text-accent hover:text-accent [&>svg]:hover:ml-2">
58
<span>阅读全文</span>
59
<i className="icon-[mingcute--arrow-right-line] text-lg transition-[margin]" />
0 commit comments