diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/templates/notif_mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/notif_mail.html b/res/templates/notif_mail.html index 4034f3c601..42560fdfd5 100644 --- a/res/templates/notif_mail.html +++ b/res/templates/notif_mail.html @@ -21,7 +21,7 @@ {% if app_name == "Vector" %} <img src="http://matrix.org/img/vector-logo-email.png" width="64" height="83" alt="[Vector]"/> {% else %} - <img src="http://matrix.org/img/matrix-94px-white.png" width="94" height="40" alt="[matrix]"/> + <img src="http://matrix.org/img/matrix-120x51.png" width="120" height="51" alt="[matrix]"/> {% endif %} </td> </tr> |