Skip to content

Commit 42e2cca

Browse files
authored
Merge branch 'recodehive:main' into dicord
2 parents 258a85c + affdc43 commit 42e2cca

4 files changed

Lines changed: 97 additions & 127 deletions

File tree

package-lock.json

Lines changed: 87 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@docusaurus/module-type-aliases": "^3.10.0",
7575
"@docusaurus/tsconfig": "^3.10.1",
7676
"@docusaurus/types": "^3.10.1",
77-
"@tailwindcss/postcss": "^4.2.4",
77+
"@tailwindcss/postcss": "^4.3.0",
7878
"@types/canvas-confetti": "^1.9.0",
7979
"@types/react": "^19.1.9",
8080
"@types/react-dom": "^19.1.7",
@@ -84,7 +84,7 @@
8484
"eslint": "^9.38.0",
8585
"eslint-plugin-react": "^7.37.5",
8686
"husky": "^9.1.7",
87-
"lint-staged": "^17.0.2",
87+
"lint-staged": "^17.0.3",
8888
"postcss": "^8.5.14",
8989
"prettier": "^3.8.3",
9090
"prettier-plugin-tailwindcss": "^0.6.14",

src/components/header/header.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ const HeaderContent = () => {
5858
}}
5959
style={{ flex: 1 }}
6060
>
61-
<Link
62-
to="/get-started/"
63-
className="chh__header-content__input--button"
64-
>
61+
<Link to="/docs/" className="chh__header-content__input--button">
6562
Get Started
6663
</Link>
6764
</motion.div>

0 commit comments

Comments
 (0)