clean up code, fix typo in blog

This commit is contained in:
Matthias Nannt
2022-12-08 18:53:37 +01:00
parent a56fddbb37
commit 846f0fe7bf
2 changed files with 1 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ And just like that you have a native NPS survey with full data insights! 🚀
Apart from the use case above, you can send any form data to your personal endpoint. Here is a short tutorial on how to do that, [the full guide is in our docs](/docs/react-form-library/link-formbricks-hq):
1. Sign up at [hq.formbricks.com](http://hq.formbricks.com)
1. Sign up at [hq.formbricks.com](https://hq.formbricks.com)
2. Create a new form
3. Copy the endpoint to your form action
4. Receive responses

View File

@@ -1,6 +1,5 @@
"use client";
import CustomersPage from "@/components/customers/CustomersPage";
import SingleCustomerPage from "@/components/customers/SingleCustomerPage";
import LayoutApp from "@/components/layout/LayoutApp";
import LayoutWrapperTeam from "@/components/layout/LayoutWrapperTeam";