fix: react-doctor a11y improvements (skeletons, icons, social links, toggles)
This commit is contained in:
@@ -732,7 +732,7 @@ export default function WaterAdminClient() {
|
||||
<tbody>
|
||||
{initialLoading ? (
|
||||
Array.from({ length: 8 }).map((_, i) => (
|
||||
<tr key={i}>
|
||||
<tr key={i} aria-hidden="true">
|
||||
<td className="py-3"><div className="h-3 w-20 bg-stone-100 rounded animate-pulse" /></td>
|
||||
<td className="py-3"><div className="h-3 w-16 bg-stone-100 rounded animate-pulse hidden sm:table-cell" /></td>
|
||||
<td className="py-3"><div className="h-3 w-14 bg-stone-100 rounded animate-pulse" /></td>
|
||||
|
||||
Reference in New Issue
Block a user