diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/update_notification/update_notification.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/update_notification/update_notification.vue b/src/components/update_notification/update_notification.vue index 60cf189d..1651384b 100644 --- a/src/components/update_notification/update_notification.vue +++ b/src/components/update_notification/update_notification.vue @@ -26,7 +26,10 @@ <p> {{ $t('update.big_update_content') }} </p> - <div class="extra-info-group" ref="animatedText"> + <div + ref="animatedText" + class="extra-info-group" + > <i18n-t keypath="update.update_bugs" tag="p" |
