Replace text with chevron

f656fba2138c8df8394b139d33734227db497391

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -4Ignore whitespace
public/scripts/templates/welcomePanel.html+2 -4
@@ -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>