Skip to content

Commit

Permalink
Merge pull request #61 from jason5ng32/dev
Browse files Browse the repository at this point in the history
UI Improvements
  • Loading branch information
jason5ng32 authored Feb 3, 2024
2 parents 5a4a841 + 709064c commit f8b8e8c
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 f8b8e8c

Please sign in to comment.