Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
fix(topnav): redesign draft counter
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Oct 28, 2019
1 parent 40e8147 commit 0b4d99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/DraftTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Drafts
<span
v-show="counter"
class="tag is-info">
class="notification-counter">
{{ counter }}
</span>
</nuxt-link>
Expand Down

0 comments on commit 0b4d99c

Please sign in to comment.