Replace title prop with aria-label on Lock icon

This commit is contained in:
2026-03-11 20:51:22 -07:00
parent 9a12560ab3
commit a6734a1fe4
+3 -1
View File
@@ -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 */}