Skip to content

Commit 9c3f3bf

Browse files
committed
Make branding email setting icon match other email icon
1 parent 41420fd commit 9c3f3bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/vectoricon/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// for cache busting we dynamically generate a fingerprint, use yarn svg to update
2-
export const SVG_FINGERPRINT = '824f6d3d3067a8db158453890cee52cb';
2+
export const SVG_FINGERPRINT = '3789ab27d5774409e31f5626b8205875';
33

44
// only icons below are included in the sprite sheet
55
export enum Icon {
@@ -22,8 +22,8 @@ export enum Icon {
2222
attachment_location = 'marker-pin-01',
2323
attachment_video = 'video-recorder',
2424
branding = 'brush-02',
25-
branding_email = 'mail-02',
2625
branding_hostname = 'server-05',
26+
branding_notifications = 'mail-01',
2727
branding_styling = 'palette',
2828
branding_raw = 'pencil-01',
2929
broadcast = 'announcement-01',

Diff for: static/svg/index.svg

+1-1
Loading

0 commit comments

Comments
 (0)