Skip to content

Commit

Permalink
fixed some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
auraticabhi committed May 22, 2024
1 parent 08521f6 commit cda0edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ForumPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ const ForumPost = ({ post, isProfile = false, handleDelete = () => {}}: Props) =
</div>
</div>

<div className=" rounded-b-2xl dark:bg-[#1A1A1B]/65 z-20 flex justify-between gap-x-3 text-sm px-4 py-2 sm:px-6">
<div className=" rounded-b-2xl dark:bg-[#1A1A1B]/65 z-20 flex justify-between gap-x-3 text-sm px-4 py-4 sm:px-6">
{/* <div className=' sm:block md:hidden '> */}
<PostVoteClientPhone
postId={post.id}
Expand Down

0 comments on commit cda0edf

Please sign in to comment.