mirror of
https://github.com/dergigi/boris.git
synced 2025-12-24 10:04:19 +01:00
ui(debug): change disconnect button to red (btn-danger) for better visual indication
This commit is contained in:
@@ -258,12 +258,12 @@ const Debug: React.FC = () => {
|
||||
<div className="text-sm opacity-70">Connected to bunker</div>
|
||||
<div className="text-sm font-mono">{pubkey}</div>
|
||||
</div>
|
||||
<button
|
||||
className="btn btn-outline"
|
||||
onClick={() => accountManager.removeAccount(activeAccount)}
|
||||
>
|
||||
Disconnect
|
||||
</button>
|
||||
<button
|
||||
className="btn btn-danger"
|
||||
onClick={() => accountManager.removeAccount(activeAccount)}
|
||||
>
|
||||
Disconnect
|
||||
</button>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user