Commit 5ef08e4b authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Add aria-hidden to icons in getting started instructions

parent f72292dc
...@@ -26,6 +26,9 @@ function LabeledIcon({ commandName, icon: Icon }: LabeledIconProps) { ...@@ -26,6 +26,9 @@ function LabeledIcon({ commandName, icon: Icon }: LabeledIconProps) {
'mx-1 -mt-1', // Give horizontal space; pull up top margin a little 'mx-1 -mt-1', // Give horizontal space; pull up top margin a little
'text-color-text-light inline', 'text-color-text-light inline',
)} )}
// The icon is just a visual hint representing the command, but it
// provides no extra information
aria-hidden
/> />
<em data-testid="command-name">{commandName}</em> <em data-testid="command-name">{commandName}</em>
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment