fix: GuestContacts title prop → aria-label

This commit is contained in:
Agent Zero
2026-07-29 03:13:54 +02:00
parent 015eb9414e
commit 4c134c62b3
+1 -1
View File
@@ -182,7 +182,7 @@ export function GuestContactsPage() {
)} )}
</div> </div>
</div> </div>
<Eye className="h-4 w-4 text-gray-400" title="Read-only" /> <Eye className="h-4 w-4 text-gray-400" aria-label="Read-only" />
</div> </div>
<div className="mt-4 space-y-2"> <div className="mt-4 space-y-2">