We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cab6e4 commit f85f56fCopy full SHA for f85f56f
src/core/email/templates/base.tsx
@@ -90,7 +90,7 @@ export const Theme = () => (
90
);
91
92
export const Branding = (): ReactElement => {
93
- const iconUrl = useFrontendUrl('/images/web-app-manifest-192x192.png');
+ const iconUrl = useFrontendUrl('/images/cord-icon.png');
94
return (
95
<Section backgroundColor="#fafafa">
96
<Column verticalAlign="middle" width="80px">
0 commit comments