Aria-label text link hs been changed to match the visble link (#1666)
This commit is contained in:
parent
05f3bef5b9
commit
d305eb9f9b
|
@ -271,7 +271,7 @@ export const ThroughputInput: FunctionComponent<ThroughputInputProps> = ({
|
|||
<Stack className="throughputInputSpacing">
|
||||
<Text variant="small" aria-label="ruDescription">
|
||||
Estimate your required RU/s with
|
||||
<Link target="_blank" href="https://cosmos.azure.com/capacitycalculator/" aria-label="capacityLink">
|
||||
<Link target="_blank" href="https://cosmos.azure.com/capacitycalculator/" aria-label="Capacity calculator">
|
||||
capacity calculator
|
||||
</Link>
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue