Skip to content

Commit

Permalink
fix: meta pos
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jun 29, 2023
1 parent b9ef2d2 commit eee3915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/post/PostMetaBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const PostMetaBar: Component<{
</span>
{meta.modified && (
<FloatPopover
wrapperClassName="text-xs self-end"
wrapperClassName="text-xs self-end translate-y-[-1px]"
as="span"
TriggerComponent={() => '(已编辑)'}
>
Expand Down

1 comment on commit eee3915

@vercel
Copy link

@vercel vercel bot commented on eee3915 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

springtide – ./

springtide.vercel.app
springtide-innei.vercel.app
springtide-git-main-innei.vercel.app
innei.in

Please sign in to comment.