summaryrefslogtreecommitdiffstats
path: root/src/components/Sidebar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Sidebar.vue')
-rw-r--r--src/components/Sidebar.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue
index 059c4f03e..7baf378de 100644
--- a/src/components/Sidebar.vue
+++ b/src/components/Sidebar.vue
@@ -6,11 +6,11 @@
button-class="icon-add" />
<ul id="locations" class="with-icon">
<AppNavigationItem :title="t('news','Unread articles')" icon="icon-rss">
- <AppNavigationCounter slot="counter">
+ <AppNavigationCounter slot="counter" :highlighted="true">
5
</AppNavigationCounter>
</AppNavigationItem>
- <AppNavigationItem :title="t('news','New folder')" icon="icon-add" />
+ <AppNavigationItem :title="t('news','New folder')" icon="icon-add" :new-item="true" />
</ul>
</AppNavigation>
</template>