Skip to content

Commit

Permalink
update post menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta committed Jul 25, 2023
1 parent 0e45e87 commit e73c2a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/PostMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ export const PostMenu = ({ post }: { post: Post }) => {
/>
</>
)}

<CompactMenuItem
onClick={todo}
href={`/p/${post.id}`}
side="left"
icon={<BsReply />}
text="reply"
Expand Down

1 comment on commit e73c2a9

@vercel
Copy link

@vercel vercel bot commented on e73c2a9 Jul 25, 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:

twot – ./

twot-kualta.vercel.app
twot-git-master-kualta.vercel.app
twot.kualta.dev
twat.kualta.dev

Please sign in to comment.