[call-me] - fix typo

This commit is contained in:
Miroslav Pejic
2026-02-09 09:17:03 +01:00
parent 3c930e27eb
commit 6adc85b054
+2 -2
View File
@@ -468,13 +468,13 @@ video::-webkit-media-controls {
}
#localUsername::before {
content: '🎥';
content: '🟢';
margin-right: 4px;
font-size: var(--font-size-sm);
}
#remoteUsername::before {
content: '👤';
content: '🟢';
margin-right: 4px;
font-size: var(--font-size-sm);
}