Skip to content

Commit

Permalink
Update ShareGPT.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandostaler authored Jun 13, 2024
1 parent 57a8265 commit b1dbec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShareGPT/ShareGPT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const ShareGPT = React.memo(() => {
return (
<>
<button
style={{ visibility: 'hidden!important' }}
style={{ visibility: "hidden" }}
className='btn btn-neutral'
onClick={() => {
setIsModalOpen(true);
Expand Down

0 comments on commit b1dbec3

Please sign in to comment.