fix: GuestContacts title prop → aria-label
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user