Skip to content

Commit

Permalink
Merge pull request #75 from jason5ng32/dev
Browse files Browse the repository at this point in the history
UX Improvements
  • Loading branch information
jason5ng32 authored Feb 5, 2024
2 parents fa8e4e9 + 99fcad8 commit 080dcae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/globallatency.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div id="svgMap"></div>

<div id="pingresult-error" v-if="pingCheckStatus === 'error'">
<p class="text-center text-danger">{{ $t('pingtest.Error') }}</p>
<div class="alert alert-info " :data-bs-theme="isDarkMode ? 'dark' : ''">{{ $t('pingtest.Error') }}</div>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/mtrtest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</div>

<div id="mtrresult-error" v-if="mtrCheckStatus === 'error'">
<p class="text-center text-danger">{{ $t('mtrtest.Error') }}</p>
<div class="alert alert-info " :data-bs-theme="isDarkMode ? 'dark' : ''">{{ $t('mtrtest.Error') }}</div>
</div>

</div>
Expand Down

0 comments on commit 080dcae

Please sign in to comment.