diff --git a/apps/web/lib/constants.ts b/apps/web/lib/constants.ts index 60dd15c0c0..92381ab5a0 100644 --- a/apps/web/lib/constants.ts +++ b/apps/web/lib/constants.ts @@ -19,8 +19,7 @@ export const ENCRYPTION_KEY = env.ENCRYPTION_KEY; // Other export const CRON_SECRET = env.CRON_SECRET; export const DEFAULT_BRAND_COLOR = "#64748b"; -export const FB_LOGO_URL = - "https://s3.eu-central-1.amazonaws.com/listmonk-formbricks/Formbricks-Light-transparent.png"; +export const FB_LOGO_URL = `${WEBAPP_URL}/logo-transparent.png`; export const PRIVACY_URL = env.PRIVACY_URL; export const TERMS_URL = env.TERMS_URL; diff --git a/apps/web/public/logo-transparent.png b/apps/web/public/logo-transparent.png new file mode 100644 index 0000000000..f2f91c1ed4 Binary files /dev/null and b/apps/web/public/logo-transparent.png differ