Skip to content

Commit

Permalink
reset email: change branding to Beeper logo
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Jul 3, 2024
1 parent 54a1af2 commit 7602e56
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions synapse/res/templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@
</head>
<body>
<header class="mx_Header">
{% if app_name == "Riot" %}
<img src="https://riot.im/img/external/riot-logo-email.png" width="83" height="83" alt="[Riot]"/>
{% elif app_name == "Vector" %}
<img src="https://matrix.org/img/vector-logo-email.png" width="64" height="83" alt="[Vector]"/>
{% elif app_name == "Element" %}
<img src="https://static.element.io/images/email-logo.png" width="83" height="83" alt="[Element]"/>
{% else %}
<img src="https://matrix.org/img/matrix-120x51.png" width="120" height="51" alt="[matrix]"/>
{% endif %}
<img src="https://beeper.github.io/static/brand/email-header.20240320.2056.png" width="256" height="56" alt="[Beeper]"/>
</header>

{% block body %}{% endblock %}
Expand Down

0 comments on commit 7602e56

Please sign in to comment.