docs: fixes framework guide link (#5307)

This commit is contained in:
Piyush Gupta
2025-04-10 13:41:40 +05:30
committed by GitHub
parent d9d88f7175
commit 104c78275f

View File

@@ -11,12 +11,12 @@ Integrate the **Formbricks App Survey SDK** into your app using multiple options
[All you need to do is add three lines of code to your HTML script, and that's it!](https://formbricks.com/docs/app-surveys/framework-guides#html)
</Card>
<Card title="React.js" icon="react" color="lightblue" href="#reactjs">
<Card title="React.js" icon="react" color="lightblue" href="#react-js">
[Load our JavaScript library with your environment ID, and you're ready to
go!](https://formbricks.com/docs/app-surveys/framework-guides#react-js)
</Card>
<Card title="Next.js" icon="react" href="#nextjs">
<Card title="Next.js" icon="react" href="#next-js">
[Natively add us to your Next.js project, with support for both App and Pages project
structure.](https://formbricks.com/docs/app-surveys/framework-guides#next-js)
</Card>