fix: update aria-label for loading indicator

This commit is contained in:
Aditya 2025-02-12 19:03:53 +05:30
parent 0c80782ced
commit 0497ae4380

View File

@ -218,7 +218,7 @@ const Selectable: FC<SelectableProps> = ({
top: "20%",
transform: "translateY(-20%)",
}}
aria-label="loading"
aria-label="Loading..."
/>
) : null
}