Skip to content

Commit

Permalink
fix: resolve copy to clipboard issue in comment dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh2219 committed Aug 12, 2024
1 parent 5848298 commit 4933006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Copy-to-clipbord.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const CopyToClipboard = ({
};

return (
<div>
<button onClick={handleCopyClick}>
<div className="w-full">
<button className="w-full" onClick={handleCopyClick}>
<div className="flex items-center gap-x-2">
Copy <CopyIcon size={15} />
</div>
Expand Down

0 comments on commit 4933006

Please sign in to comment.