Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jun 23, 2023
1 parent bac61bb commit 4e6496a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/post/PostItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const PostItem = memo<{ data: PostModel }>(({ data }) => {
</main>

<div className="post-meta-bar mt-2 flex select-none flex-wrap items-center justify-end gap-4 text-base-content/60">
<PostMetaBar data={data} />
<PostMetaBar />
<span className="flex flex-shrink-0 select-none items-center space-x-1 text-right text-accent hover:text-accent [&>svg]:hover:ml-2">
<span>阅读全文</span>
<i className="icon-[mingcute--arrow-right-line] text-lg transition-[margin]" />
Expand Down

0 comments on commit 4e6496a

Please sign in to comment.