Skip to content

Commit 5497eba

Browse files
committed
fix: update email template for icon changes
1 parent db52638 commit 5497eba

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

API/SmtpTemplates/AccountActivation.liquid

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Activate your OpenShock account
55
<link
66
rel="preload"
77
as="image"
8-
href="https://wiki.openshock.org/branding/Logo128.png" />
8+
href="https://wiki.openshock.org/branding/Logo/Logo128.png" />
99
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
1010
<meta name="x-apple-disable-message-reformatting" />
1111
</head>
@@ -56,8 +56,8 @@ Activate your OpenShock account
5656
<img
5757
alt="OpenShock"
5858
height="32"
59-
src="https://wiki.openshock.org/branding/Logo128.png"
60-
style="display:block;outline:none;border:none;text-decoration:none;margin:0 auto;font-size:20px;font-weight:700;letter-spacing:0.5px" />
59+
src="https://wiki.openshock.org/branding/Logo/Logo128.png"
60+
style="display:block;outline:none;border:none;text-decoration:none;margin:0 auto;font-size:20px;font-weight:700;letter-spacing:0.5px;color:#fafafa" />
6161
</td>
6262
</tr>
6363
</tbody>

API/SmtpTemplates/EmailChangeNotice.liquid

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Your OpenShock email is being changed
55
<link
66
rel="preload"
77
as="image"
8-
href="https://wiki.openshock.org/branding/Logo128.png" />
8+
href="https://wiki.openshock.org/branding/Logo/Logo128.png" />
99
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
1010
<meta name="x-apple-disable-message-reformatting" />
1111
</head>
@@ -56,8 +56,8 @@ Your OpenShock email is being changed
5656
<img
5757
alt="OpenShock"
5858
height="32"
59-
src="https://wiki.openshock.org/branding/Logo128.png"
60-
style="display:block;outline:none;border:none;text-decoration:none;margin:0 auto;font-size:20px;font-weight:700;letter-spacing:0.5px" />
59+
src="https://wiki.openshock.org/branding/Logo/Logo128.png"
60+
style="display:block;outline:none;border:none;text-decoration:none;margin:0 auto;font-size:20px;font-weight:700;letter-spacing:0.5px;color:#fafafa" />
6161
</td>
6262
</tr>
6363
</tbody>

API/SmtpTemplates/EmailVerification.liquid

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Verify your new OpenShock email address
55
<link
66
rel="preload"
77
as="image"
8-
href="https://wiki.openshock.org/branding/Logo128.png" />
8+
href="https://wiki.openshock.org/branding/Logo/Logo128.png" />
99
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
1010
<meta name="x-apple-disable-message-reformatting" />
1111
</head>
@@ -56,8 +56,8 @@ Verify your new OpenShock email address
5656
<img
5757
alt="OpenShock"
5858
height="32"
59-
src="https://wiki.openshock.org/branding/Logo128.png"
60-
style="display:block;outline:none;border:none;text-decoration:none;margin:0 auto;font-size:20px;font-weight:700;letter-spacing:0.5px" />
59+
src="https://wiki.openshock.org/branding/Logo/Logo128.png"
60+
style="display:block;outline:none;border:none;text-decoration:none;margin:0 auto;font-size:20px;font-weight:700;letter-spacing:0.5px;color:#fafafa" />
6161
</td>
6262
</tr>
6363
</tbody>

API/SmtpTemplates/PasswordReset.liquid

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Reset your OpenShock password
55
<link
66
rel="preload"
77
as="image"
8-
href="https://wiki.openshock.org/branding/Logo128.png" />
8+
href="https://wiki.openshock.org/branding/Logo/Logo128.png" />
99
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
1010
<meta name="x-apple-disable-message-reformatting" />
1111
</head>
@@ -56,8 +56,8 @@ Reset your OpenShock password
5656
<img
5757
alt="OpenShock"
5858
height="32"
59-
src="https://wiki.openshock.org/branding/Logo128.png"
60-
style="display:block;outline:none;border:none;text-decoration:none;margin:0 auto;font-size:20px;font-weight:700;letter-spacing:0.5px" />
59+
src="https://wiki.openshock.org/branding/Logo/Logo128.png"
60+
style="display:block;outline:none;border:none;text-decoration:none;margin:0 auto;font-size:20px;font-weight:700;letter-spacing:0.5px;color:#fafafa" />
6161
</td>
6262
</tr>
6363
</tbody>

0 commit comments

Comments
 (0)