A11y bug bash

This commit is contained in:
Jack Kingsman
2026-03-05 10:24:22 -08:00
parent c7bd4dd3fc
commit 01a5dc8d93
22 changed files with 114 additions and 52 deletions
+1
View File
@@ -117,6 +117,7 @@ export function ChatHeader({
);
}}
title="Click to copy"
aria-label={conversation.type === 'channel' ? 'Copy channel key' : 'Copy contact key'}
>
{conversation.type === 'channel' ? conversation.id.toLowerCase() : conversation.id}
</span>