diff --git a/apps/demo/.env.example b/apps/demo/.env.example index 91292118c9..16c78f9d4e 100644 --- a/apps/demo/.env.example +++ b/apps/demo/.env.example @@ -1,5 +1,5 @@ -NEXT_PUBLIC_FORMBRICKS_API_HOST=http://localhost:3000 -NEXT_PUBLIC_FORMBRICKS_ENVIRONMENT_ID=https://formbricks-formbricks-m4jive9c4tg.ws-us105.gitpod.io/ +NEXT_PUBLIC_FORMBRICKS_API_HOST= +NEXT_PUBLIC_FORMBRICKS_ENVIRONMENT_ID= # Copy the environment ID for the URL of your Formbricks App and # paste it above to connect your Formbricks App with the Demo App. diff --git a/apps/formbricks-com/components/shared/Header.tsx b/apps/formbricks-com/components/shared/Header.tsx index 65ef9c71c9..353cd04af0 100644 --- a/apps/formbricks-com/components/shared/Header.tsx +++ b/apps/formbricks-com/components/shared/Header.tsx @@ -114,7 +114,7 @@ export default function Header() {