Fix docs buttons

This commit is contained in:
Stan Wohlwend 2024-06-20 17:28:05 +02:00
parent a37674fa12
commit ed693a1a43

View File

@ -7,14 +7,14 @@ subtitle: Welcome to Stack!
<Card
title="Setup Guide"
icon="fa-regular fa-play"
href="../getting-started/setup.mdx"
href="../getting-started/setup"
>
Setup Stack in your project
</Card>
<Card
title="SDK Reference"
icon="fa-regular fa-file-lines"
href="../sdk/user.mdx"
href="../sdk"
>
Learn how to use Stack's SDKs for Next.js
</Card>