0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 20:22:42 +00:00

Change to Unicode characters for asc/desc arrows

This commit is contained in:
G.Ambatte
2021-07-26 21:38:22 +12:00
parent 48e80803f7
commit c91e5784ac

View File

@@ -162,7 +162,7 @@ const UserPage = createClass({
<button
onClick={this.handleSortDirChange}
>
{`${(this.state.sortDir == 'asc' ? ' ASC' : ' DESC')}`}
{`${(this.state.sortDir == 'asc' ? '\u2B9D ASC' : '\u2B9F DESC')}`}
</button>
</td>
</tr>