Skip to content

Commit

Permalink
i readz goodr
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-rash committed Mar 6, 2024
1 parent 3d1ca28 commit 5a4e4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions natster-io/src/components/Avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ const props = defineProps({
watch(() => uStore.getCatalogOnline, (newVal) => {
if (newVal) {
notificationStore().setNotification('Catalog Online', 'Your has come online')
notificationStore().setNotification('Catalog Online', 'Your catalog has come online')
} else {
notificationStore().setNotification(
'Catalog Offline',
'Your has gone offline'
'Your catalog has gone offline'
)
}
})
Expand Down

0 comments on commit 5a4e4d1

Please sign in to comment.