diff --git a/src/components/notifications/DiplomaticNotifications.vue b/src/components/notifications/DiplomaticNotifications.vue index fe12e4c..c6bc691 100644 --- a/src/components/notifications/DiplomaticNotifications.vue +++ b/src/components/notifications/DiplomaticNotifications.vue @@ -19,7 +19,7 @@ {{ t('diplomacy.markAllRead') }} - + diff --git a/src/components/notifications/EnemyAlertNotifications.vue b/src/components/notifications/EnemyAlertNotifications.vue index e9e33c2..2558f00 100644 --- a/src/components/notifications/EnemyAlertNotifications.vue +++ b/src/components/notifications/EnemyAlertNotifications.vue @@ -19,7 +19,7 @@ {{ t('enemyAlert.markAllRead') }} - + diff --git a/src/components/notifications/QueueNotifications.vue b/src/components/notifications/QueueNotifications.vue index fb0dec7..1b6a0a5 100644 --- a/src/components/notifications/QueueNotifications.vue +++ b/src/components/notifications/QueueNotifications.vue @@ -32,7 +32,7 @@ - + @@ -63,7 +63,9 @@ class="text-[10px] sm:text-xs whitespace-nowrap" :class="isWaitingItemResourcesReady(item as WaitingQueueItem) ? 'text-green-500' : 'text-yellow-500'" > - {{ isWaitingItemResourcesReady(item as WaitingQueueItem) ? t('queue.resourcesReady') : t('queue.waitingResources') }} + {{ + isWaitingItemResourcesReady(item as WaitingQueueItem) ? t('queue.resourcesReady') : t('queue.waitingResources') + }}