Skip to content

Commit

Permalink
Code Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Feb 1, 2025
1 parent bd9c911 commit 13d237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ip-infos/ASNInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="p-3">
<span v-if="asnInfos[asn]">
<i class="bi bi-info-circle-fill"></i>
<span class="fw-light">{{ t('ipInfos.ASNInfo.note') }}</span>
<span class="fw-light">&nbsp;{{ t('ipInfos.ASNInfo.note') }}</span>
<br />
<template v-for="(item,key) in asnInfos[asn]">
<span class="fw-light">
Expand Down

0 comments on commit 13d237d

Please sign in to comment.