Skip to content

Commit f85f56f

Browse files
committed
Use the new cord icon which has a transparent background
1 parent 9cab6e4 commit f85f56f

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/web-app-manifest-192x192.png');
93+
const iconUrl = useFrontendUrl('/images/cord-icon.png');
9494
return (
9595
<Section backgroundColor="#fafafa">
9696
<Column verticalAlign="middle" width="80px">

0 commit comments

Comments
 (0)