Use a span for the example link

This commit is contained in:
Jose Cortinas 2024-02-22 16:53:23 -06:00
parent 7b3c649edb
commit b616b73ba7

View file

@ -44,10 +44,9 @@ export class Accessibility extends React.Component<
}
return (
// eslint-disable-next-line jsx-a11y/anchor-is-valid
<a className="link-button-component" style={style}>
Example Link
</a>
<span className="link-button-component" style={style}>
This is an example link
</span>
)
}