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 1bd9d1c commit c70f288Copy full SHA for c70f288
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/android-chrome-192x192.png');
+ const iconUrl = useFrontendUrl('/images/web-app-manifest-192x192.png');
94
return (
95
<Section backgroundColor="#fafafa">
96
<Column verticalAlign="middle" width="80px">
0 commit comments