mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
patch button normalization for desktop builds
This commit is contained in:
parent
9608599dd2
commit
6c9e234227
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue