mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 19:06:14 +00:00
chore: remove debug logging and refine UI polish for overlay components
This commit is contained in:
@@ -128,11 +128,7 @@ export default function OverlayPage() {
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
) : (
|
||||
<div className="overlay__placeholder">
|
||||
<span>{connected ? 'Awaiting selection…' : 'Reconnecting…'}</span>
|
||||
</div>
|
||||
)}
|
||||
) : null}
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user