Chat animation, Audio-Berechtigungsabfrage, Berechtigung Fehlermeldung
This commit is contained in:
@@ -55,7 +55,7 @@ export const Chat = () => {
|
||||
<div className={cn("dropdown dropdown-right dropdown-center", chatOpen && "dropdown-open")}>
|
||||
<div className="indicator">
|
||||
{Object.values(chats).some((c) => c.notification) && (
|
||||
<span className="indicator-item status status-info"></span>
|
||||
<span className="indicator-item status status-info animate-ping"></span>
|
||||
)}
|
||||
<button
|
||||
className="btn btn-soft btn-sm btn-primary"
|
||||
|
||||
Reference in New Issue
Block a user