Replace title prop with aria-label on Lock icon
This commit is contained in:
+3
-1
@@ -209,7 +209,9 @@ export default function Chat() {
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
<Lock className="ml-auto h-4 w-4 text-green-500" title="End-to-end encrypted" />
|
||||
<span className="ml-auto" aria-label="End-to-end encrypted">
|
||||
<Lock className="h-4 w-4 text-green-500" />
|
||||
</span>
|
||||
</div>
|
||||
|
||||
{/* Messages */}
|
||||
|
||||
Reference in New Issue
Block a user