Replace text with chevron
| @@ -67,10 +67,8 @@ | |||
| 67 | {{/with}} | 67 | {{/with}} |
| 68 | {{/each}} | 68 | {{/each}} |
| 69 | {{#if more}} | 69 | {{#if more}} |
| 70 | <button class="menu_button menu_button_icon showMoreChats"> | 70 | <button class="menu_button menu_button_icon showMoreChats" data-i18n="[title]Show more recent chats" title="Show more recent chats"> |
| 71 | <small data-i18n="Show more"> | 71 | <small class="fa-solid fa-chevron-down"></small> |
| 72 | Show more | ||
| 73 | </small> | ||
| 74 | </button> | 72 | </button> |
| 75 | {{/if}} | 73 | {{/if}} |
| 76 | </div> | 74 | </div> |