mirror of
https://github.com/hexastack/hexabot
synced 2025-04-16 21:56:00 +00:00
fix: update aria-label for loading indicator
This commit is contained in:
parent
0c80782ced
commit
0497ae4380
@ -218,7 +218,7 @@ const Selectable: FC<SelectableProps> = ({
|
|||||||
top: "20%",
|
top: "20%",
|
||||||
transform: "translateY(-20%)",
|
transform: "translateY(-20%)",
|
||||||
}}
|
}}
|
||||||
aria-label="loading"
|
aria-label="Loading..."
|
||||||
/>
|
/>
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user