Change favicon/company enrichment urls (#9065)
We're moving favicon/telemetry/company enrichment to a separate url for better security/monitoring
This commit is contained in:
@ -9,6 +9,6 @@ export const getLogoUrlFromDomainName = (
|
||||
): string | undefined => {
|
||||
const sanitizedDomain = sanitizeURL(domainName);
|
||||
return sanitizedDomain
|
||||
? `https://favicon.twenty.com/${sanitizedDomain}`
|
||||
? `https://twenty-icons.com/${sanitizedDomain}`
|
||||
: undefined;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user