Skip to content

Commit

Permalink
docs: hide external link icon on npm badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 14, 2024
1 parent 534a045 commit fd23ba5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/.vuepress/components/NpmBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,12 @@ const badgeImg = computed(
</a>
</template>

<style scoped>
<style lang="scss" scoped>
.npm-badge {
margin-right: 0.5rem;
&::after {
display: none !important;
}
}
</style>

0 comments on commit fd23ba5

Please sign in to comment.