diff --git a/src/App.jsx b/src/App.jsx index 13906ff..63d23ef 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1137,6 +1137,37 @@ export default function App() { Connected + ))} @@ -1208,12 +1239,12 @@ export default function App() { }} style={{ ...styles.removeBtn, - background: '#ff9800', + background: '#dc3545', marginRight: '4px' }} - title="Close chat" + title="End chat" > - ⏸ + ✕ )}