Skip to content

Commit 6fe0d1a

Browse files
authored
Merge pull request #1465 from steam-bell-92/main
Redirects get started button to docs without deleting anything else
2 parents 9d204a7 + 4c000eb commit 6fe0d1a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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)