diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-08 12:18:06 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-08 12:18:06 +0300 |
| commit | 0832228e45eb5a2c456e3140c4e36aa1e7617ee6 (patch) | |
| tree | 1ce8b1e23a16d51c3f89dde4787df4b8e563d023 /src/components | |
| parent | 3f7cf52f531220113deda594bcc5f331cdf01951 (diff) | |
lint
Diffstat (limited to 'src/components')
| -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" |
