Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(frontend): Remove unexisting property (value is the default of th…
…e correct name)

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot-nextcloud[bot] committed Apr 24, 2023
commit a8f4ad1a705fea5da7da5ad01bb77807f2c489c3
3 changes: 1 addition & 2 deletions src/NotificationsApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<Bell v-if="notifications.length === 0 && webNotificationsGranted !== null && !hasThrottledPushNotifications"
class="notifications-button__icon"
:size="20"
:title="t('notifications', 'Notifications')"
fill="currentColor" />
:title="t('notifications', 'Notifications')" />
<!-- From material design icons -->
<svg v-else
class="notifications-button__icon"
Expand Down