diff --git a/packages/twenty-ui/src/display/icon/components/IconGoogle.tsx b/packages/twenty-ui/src/display/icon/components/IconGoogle.tsx index 7954addd1..0e8c93632 100644 --- a/packages/twenty-ui/src/display/icon/components/IconGoogle.tsx +++ b/packages/twenty-ui/src/display/icon/components/IconGoogle.tsx @@ -1,6 +1,6 @@ import { useTheme } from '@emotion/react'; -import IconGoogleRaw from '@assets/icons/google-calendar.svg?react'; +import IconGoogleRaw from '@assets/icons/google.svg?react'; import { IconComponentProps } from '@ui/display/icon/types/IconComponent'; type IconGoogleProps = Pick;