Skip to content

Commit

Permalink
UI Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Feb 3, 2024
1 parent fadf10a commit 709064c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/webrtc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'text-success': stun.ip.includes('.') || stun.ip.includes(':'),
'text-danger': stun.ip === $t('webrtc.StatusError')
}">
<i class="bi bi-geo-alt"></i>
<i class="bi bi-pc-display-horizontal"></i>
{{ stun.ip }}
</p>
<div v-if="stun.natType" class="alert" :class="{
Expand Down

0 comments on commit 709064c

Please sign in to comment.