Fix: Umlaut-Darstellung im Zurueck-Button korrigiert

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel 2026-03-07 01:45:47 +01:00
parent 3ef25fc10a
commit 813e017036
3 changed files with 3 additions and 3 deletions

View file

@ -531,7 +531,7 @@ export default function StreamingTab({ data }: { data: any }) {
) : viewing.phase === 'error' ? (
<div className="stream-viewer-connecting">
{viewing.error || 'Verbindungsfehler'}
<button className="stream-btn" onClick={leaveViewing}>Zur\u00FCck</button>
<button className="stream-btn" onClick={leaveViewing}>Zurück</button>
</div>
) : null}
<video ref={remoteVideoRef} autoPlay playsInline style={viewing.phase === 'connected' ? {} : { display: 'none' }} />