fix: react-doctor a11y improvements (skeletons, icons, social links, toggles)

This commit is contained in:
Nora
2026-06-26 04:50:38 -06:00
parent 3249ff0a55
commit cad6d64eee
6 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -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>