Skip to content

Commit ba88f5c

Browse files
committed
FIX: Fix broken link
1 parent 03c7857 commit ba88f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function Home(): JSX.Element {
4545
description="Be able to create the same user interfaces regardless of any frontend framework." />
4646
</section>
4747
<section className="absolute-center">
48-
<HSButton type="filled" color="scarlet" link="/docs/next/design">Ready to bridge?</HSButton>
48+
<HSButton type="filled" color="scarlet" link="/docs/design">Ready to bridge?</HSButton>
4949
</section>
5050
</main>
5151
</Layout>

0 commit comments

Comments
 (0)