Added soem things

This commit is contained in:
PxlLoewe
2025-05-20 11:33:08 -07:00
parent 0394e0a97e
commit a7372edfb5
22 changed files with 111 additions and 169 deletions

View File

@@ -147,7 +147,9 @@ export const ConnectionBtn = () => {
}}
className="btn btn-soft btn-info"
>
Verbinden
{connection.status == "disconnected"
? "Verbinden"
: connection.status}
</button>
)}
</form>