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/Components/Notification.vue')
-rw-r--r--src/Components/Notification.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Components/Notification.vue b/src/Components/Notification.vue
index 3b41bee..57a4a05 100644
--- a/src/Components/Notification.vue
+++ b/src/Components/Notification.vue
@@ -9,9 +9,7 @@
:aria-label="t('notifications', 'Dismiss')"
@click="onDismissNotification">
<template #icon>
- <Close decorative
- title=""
- :size="20" />
+ <Close :size="20" />
</template>
</Button>
</div>