Skip to content

Commit

Permalink
Change the arrow symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
4IceG authored Dec 4, 2021
1 parent 48ea2af commit 9b1b124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ return view.extend({
view.textContent = '-';
}
else {
view.textContent = '⏱ '+ json.connt + ' | ' + json.connrx + ' ' + json.conntx;
view.textContent = '⏱ '+ json.connt + ' | ' + json.connrx + ' ' + json.conntx;
}
}

Expand Down

0 comments on commit 9b1b124

Please sign in to comment.