Skip to content

Commit

Permalink
updated share button style
Browse files Browse the repository at this point in the history
  • Loading branch information
arandel1 committed Oct 2, 2024
1 parent da8e8d7 commit 7b874cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/ShareListComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ export function ShareListComponent({ name, path, setListPath }) {
navigate('/share-list');
}

return <ShareIcon onClick={handleClick} />;
return (
<>
<button>
<ShareIcon onClick={handleClick} />
</button>
</>
);
}

0 comments on commit 7b874cd

Please sign in to comment.