diff --git a/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx b/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx index a2b0c899d7..381cb9dec0 100644 --- a/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx +++ b/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx @@ -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 diff --git a/apps/hq/src/pages/app/teams/[teamId]/customers/[customerId]/index.tsx b/apps/hq/src/pages/app/teams/[teamId]/customers/[customerId]/index.tsx index a530d4fbea..ca785b8032 100644 --- a/apps/hq/src/pages/app/teams/[teamId]/customers/[customerId]/index.tsx +++ b/apps/hq/src/pages/app/teams/[teamId]/customers/[customerId]/index.tsx @@ -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";