diff --git a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts index 91076917a..309b054f9 100644 --- a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts +++ b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts @@ -41,7 +41,8 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [ metadata: { label: 'Custom Domain', description: 'Customize your workspace URL with your own domain.', - imagePath: '', + imagePath: + 'https://twenty.com/images/lab/is-custom-domain-enabled.png', }, }, ] diff --git a/packages/twenty-website/public/images/lab/is-custom-domain-enabled.png b/packages/twenty-website/public/images/lab/is-custom-domain-enabled.png new file mode 100644 index 000000000..71b859739 Binary files /dev/null and b/packages/twenty-website/public/images/lab/is-custom-domain-enabled.png differ