Open back arrow key in mac is actually a up and down arrow on iphone, so replacing for emoji back arrow

This commit is contained in:
Rogerio Chaves 2020-04-25 12:42:29 +02:00
parent bd3815faa7
commit 0076b4f456
No known key found for this signature in database
GPG Key ID: E6AF5440509B1D94
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class="pink-background" style="flex-grow: 0;"> <div class="pink-background" style="flex-grow: 0;">
<h2> <h2>
<a href="/communities/<%= community.name %>" style="color: #600; text-decoration: none;"> <a href="/communities/<%= community.name %>" style="color: #600; text-decoration: none;">
⮃&nbsp; #<%= community.name %> #<%= community.name %>
</a> </a>
</h2> </h2>
<h1><%= topicTitle(posts[0].value) %></h1> <h1><%= topicTitle(posts[0].value) %></h1>

View File

@ -17,7 +17,7 @@
</div> </div>
<div class="modal-group js-step" style="display: none"> <div class="modal-group js-step" style="display: none">
<div class="modal-footer"> <div class="modal-footer">
<a href="javascript:;" class="js-modal-back" role="button">⮃&nbsp; Back</a> <a href="javascript:;" class="js-modal-back" role="button"> Back</a>
<button class="modal-confirm js-secret-publish">Send</button> <button class="modal-confirm js-secret-publish">Send</button>
<div hidden class="js-sending-message"></div> <div hidden class="js-sending-message"></div>
</div> </div>