Skip to content

Commit c70f288

Browse files
committed
Fix cord icon in email templates
1 parent 1bd9d1c commit c70f288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/email/templates/base.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const Theme = () => (
9090
);
9191

9292
export const Branding = (): ReactElement => {
93-
const iconUrl = useFrontendUrl('/images/android-chrome-192x192.png');
93+
const iconUrl = useFrontendUrl('/images/web-app-manifest-192x192.png');
9494
return (
9595
<Section backgroundColor="#fafafa">
9696
<Column verticalAlign="middle" width="80px">

0 commit comments

Comments
 (0)