Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Jan 27, 2025
1 parent 2f8aa0f commit 3aae24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/components/notifications-queue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<script>
import { mapState } from 'vuex'
import eventBus from '~/event-bus'
import { mdiBelll } from '@mdi/js'
import { mdiBell } from '@mdi/js'
/* let sound
if (!process.server) {
Expand All @@ -101,7 +101,7 @@ export default {
notifications: null,
loading: false,
size: 10,
mdiBelll
mdiBell
}),
computed: {
...mapState(['textDark', 'config']),
Expand Down

0 comments on commit 3aae24d

Please sign in to comment.