Skip to content

Commit

Permalink
Merge pull request jason5ng32#64 from jason5ng32/dev
Browse files Browse the repository at this point in the history
UX Improvements
  • Loading branch information
jason5ng32 authored Feb 3, 2024
2 parents 88a54e5 + a5c2294 commit f3f2f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/speedtest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
</p>
</div>
</div>
<div class="row jn-speedtest-note" v-if="speedTestStatus === 'finished'">
<p id="score" class="speedtest-p">📋 {{ $t('speedtest.score') }}
<div class="row alert alert-success m-1 p-2 " :data-bs-theme="isDarkMode ? 'dark' : ''" v-if="speedTestStatus === 'finished'">
<p id="score" class="speedtest-p"><i class="bi bi-calendar2-check"></i> {{ $t('speedtest.score') }}
{{ $t('speedtest.videoStreaming') }}
<span :class="speedTest.streamingScore >= 50 ? 'text-success' : 'text-warning'">
{{ speedTest.streamingScore }}
Expand Down

0 comments on commit f3f2f10

Please sign in to comment.