Skip to content

Commit

Permalink
status: use better supported unicode symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 17, 2024
1 parent d3ca4ec commit 4a2fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ndn-testbed-status/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<td class="sel-all">{{ router.prefix }}</td>
<td class="sel-all"><a :href="`https://${router.host}`" target="_blank">{{ router.host }}</a></td>
<td><a :href="`https://${router.host}/n/`" target="_blank">&#129109;</a></td>
<td><a :href="`https://${router.host}/n/`" target="_blank">&UpperRightArrow;</a></td>

<td :class="{
warning: getFromNow(router.status?.timestamp ?? 0) < -1800,
Expand Down

0 comments on commit 4a2fb73

Please sign in to comment.