Fix: Umlaut-Darstellung im Zurueck-Button korrigiert
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3ef25fc10a
commit
813e017036
3 changed files with 3 additions and 3 deletions
|
|
@ -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' }} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue