Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 4a6c7af..52f4024 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -14,6 +14,7 @@
</div>
</div>
<div class="emptycontent" v-else>
+ <div class="icon icon-notifications-dark"></div>
<h2>{{ t('notifications', 'No notifications') }}</h2>
</div>
</div>