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:
@ -124,7 +124,7 @@ export const Card = ({ data }: { data: OssData }) => {
|
||||
return (
|
||||
<Container>
|
||||
<StyledContent>
|
||||
<Icon src={`https://favicon.twenty.com/${removeProtocol(data.href)}`} />
|
||||
<Icon src={`https://twenty-icons.com/${removeProtocol(data.href)}`} />
|
||||
<Title>{data.name}</Title>
|
||||
<Description>{data.description}</Description>
|
||||
</StyledContent>
|
||||
|
||||
Reference in New Issue
Block a user