Skip to content

Commit

Permalink
Use full-size icon for login link (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
xenofem authored Apr 7, 2021
1 parent 0ac92d3 commit b6853be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_registration/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2 id="welcome"></h2>
</header>
<section>
<p> {{ translations.click_to_login }}</p>
<h3><a href="{{ riot_instance }}"><img src="{{ url_for('static', filename='images/icon32x32.png') }}" height="100px"></a></h3>
<h3><a href="{{ riot_instance }}"><img src="{{ url_for('static', filename='images/icon.png') }}" height="100px"></a></h3>
<p>{{ translations.choose_client }} <a href="https://matrix.org/docs/projects/clients-matrix"
a>https://matrix.org/docs/projects/clients-matrix</a></p>
</section>
Expand Down

0 comments on commit b6853be

Please sign in to comment.