Skip to content

Commit

Permalink
chore: bump docusaurus (#13835)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 28, 2023
1 parent bc7b20c commit 596c886
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 228 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@crowdin/cli": "^3.5.2",
"@docusaurus/module-type-aliases": "2.2.0",
"@docusaurus/module-type-aliases": "^2.0.0",
"@tsconfig/docusaurus": "^1.0.5",
"@types/react": "^17.0.3",
"graphql": "^16.3.0",
Expand Down
7 changes: 1 addition & 6 deletions website/src/pages/index.js
Expand Up @@ -251,12 +251,7 @@ class Card extends React.Component {
class Hand extends React.Component {
render() {
const cards = [0, 1, 2, 3, 4].map(i => <Card key={i} index={i} />);
return (
<div className="jest-hand">
{cards}
<script src="/landing.js" />
</div>
);
return <div className="jest-hand">{cards}</div>;
}
}

Expand Down

0 comments on commit 596c886

Please sign in to comment.