Skip to content

Commit

Permalink
Remove a language code from the link to the Node.js website (#11282)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Apr 9, 2021
1 parent bd4c343 commit d4f7460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -105,6 +105,7 @@
- `[jest-util]` No longer checking `enumerable` when adding `process.domain` ([#10862](https://github.com/facebook/jest/pull/10862))
- `[jest-validate]` [**BREAKING**] Remove `recursiveBlacklist` option in favor of previously introduced `recursiveDenylist` ([#10650](https://github.com/facebook/jest/pull/10650))
- `[website]` Replace 'Github' with 'GitHub' ([#11279](https://github.com/facebook/jest/pull/11279))
- `[website]` Remove a language code from the link to the Node.js website ([#11282](https://github.com/facebook/jest/pull/11282))

### Performance

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Expand Up @@ -319,7 +319,7 @@ class Index extends React.Component {
<Translate>
It works with projects using: [Babel](https://babeljs.io/),
[TypeScript](https://www.typescriptlang.org/),
[Node](https://nodejs.org/en/), [React](https://reactjs.org),
[Node](https://nodejs.org/), [React](https://reactjs.org),
[Angular](https://angular.io), [Vue](https://vuejs.org) and
more!
</Translate>
Expand Down

0 comments on commit d4f7460

Please sign in to comment.