Skip to content

Commit

Permalink
patch button normalization for desktop builds
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Nov 26, 2024
1 parent 9608599 commit 6c9e234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function CommunityHubAuthentication() {
{!!originalConnectionKey && (
<button
onClick={disconnectHub}
className="text-red-500 hover:text-red-600 text-sm font-medium transition-colors duration-200"
className="border-none text-red-500 hover:text-red-600 text-sm font-medium transition-colors duration-200"
>
Disconnect
</button>
Expand Down

0 comments on commit 6c9e234

Please sign in to comment.