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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user