diff --git a/apps/web/public/emails/rejectIcon.png b/apps/web/public/emails/rejectIcon.png index da19051177..d69647d871 100644 Binary files a/apps/web/public/emails/rejectIcon.png and b/apps/web/public/emails/rejectIcon.png differ diff --git a/apps/web/public/emails/rejectIcon.svg b/apps/web/public/emails/rejectIcon.svg index bd2446ce30..e6d80a7c89 100644 --- a/apps/web/public/emails/rejectIcon.svg +++ b/apps/web/public/emails/rejectIcon.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/packages/emails/src/components/CallToAction.tsx b/packages/emails/src/components/CallToAction.tsx index 04007623c7..e7f09d14d6 100644 --- a/packages/emails/src/components/CallToAction.tsx +++ b/packages/emails/src/components/CallToAction.tsx @@ -65,11 +65,10 @@ export const CallToAction = (props: { marginLeft: 0, }} iconName={startIconName} - secondary={secondary} /> )} {label} - {endIconName && } + {endIconName && }

); diff --git a/packages/emails/src/components/CallToActionIcon.tsx b/packages/emails/src/components/CallToActionIcon.tsx index c90be53867..872149ac9b 100644 --- a/packages/emails/src/components/CallToActionIcon.tsx +++ b/packages/emails/src/components/CallToActionIcon.tsx @@ -2,15 +2,7 @@ import React from "react"; import { WEBAPP_URL } from "@calcom/lib/constants"; -export const CallToActionIcon = ({ - secondary, - iconName, - style, -}: { - secondary?: boolean; - iconName: string; - style?: React.CSSProperties; -}) => ( +export const CallToActionIcon = ({ iconName, style }: { iconName: string; style?: React.CSSProperties }) => (