Skip to content

Commit

Permalink
Fixing accessibility bug (#3254)
Browse files Browse the repository at this point in the history
  • Loading branch information
navya9singh authored Oct 15, 2024
1 parent e1d28ae commit 6eb49a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/typescriptlang-org/src/templates/pages/tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const Index: React.FC<Props> = (props) => {
<p>A live environment for exploring, learning and sharing TypeScript code. Try different compiler flags, run through extensive code samples to learn specifics about how TypeScript works.</p>
</Col>
<Col>
<Link className="cropper" to="/tsconfig">
<img src={require("../../../static/images/tools/tsconfig-ref.png").default} alt="Preview of the TypeScript TSConfig Reference screenshot" />
<Link className="cropper" to="/tsconfig" aria-label="Preview of the TypeScript TSConfig Reference screenshot">
<img src={require("../../../static/images/tools/tsconfig-ref.png").default} aria-hidden="true" />
<p>TSConfig Reference</p>
</Link>
<p>An annotated reference to more than a hundred compiler options available in a <code>tsconfig.json</code> or <code>jsconfig.json</code>.</p>
Expand Down

0 comments on commit 6eb49a6

Please sign in to comment.