Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 6, 2025
1 parent 5be8e96 commit 1957c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"del-cli": "^6.0.0"
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.3",
"@docusaurus/tsconfig": "3.6.3",
"@docusaurus/types": "3.6.3",
"del-cli": "^6.0.0",
"docusaurus-plugin-typedoc": "^1.1.1",
"json": "^11.0.0",
"typedoc": "^0.27.5",
Expand Down
3 changes: 2 additions & 1 deletion website/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

import clsx from 'clsx';
import Heading from '@theme/Heading';
import Link from '@docusaurus/Link';
import styles from './styles.module.css';

import type { FeatureItem } from './FeatureItem'
Expand Down Expand Up @@ -49,7 +50,7 @@ export default function HomepageFeatures(): JSX.Element {
</div>
</section>
<div className="text--center">
<h2><a href="/docs/getting-started/"><span className="getting-started-link">Getting Started!</span></a></h2>
<h2><Link to="/docs/getting-started/"><span className="getting-started-link">Getting Started!</span></Link></h2>
</div>
</>
);
Expand Down

0 comments on commit 1957c84

Please sign in to comment.