From c6e9aec85adc58f1415b117d6ea1d56a297b1d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 18 May 2021 17:24:42 +0200 Subject: [PATCH] Fix linting --- webapp/components/Logo/Logo.vue | 36 ++++++++++++++++++----- webapp/maintenance/source/pages/index.vue | 3 +- 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/webapp/components/Logo/Logo.vue b/webapp/components/Logo/Logo.vue index 8f4faaf12..1714888d7 100644 --- a/webapp/components/Logo/Logo.vue +++ b/webapp/components/Logo/Logo.vue @@ -1,7 +1,19 @@ @@ -47,12 +59,20 @@ export default { }, data() { const logosObject = { - header: { path: logos.LOGO_HEADER_PATH, alt: 'Header', widthDefault: '130px'}, - welcome: { path: logos.LOGO_WELCOME_PATH, alt: 'Welcome', widthDefault: '200px'}, - signup: { path: logos.LOGO_SIGNUP_PATH, alt: 'Sign Up', widthDefault: '200px'}, - logout: { path: logos.LOGO_LOGOUT_PATH, alt: 'Logging Out', widthDefault: '200px'}, - passwordReset: { path: logos.LOGO_PASSWORD_RESET_PATH, alt: 'Reset Your Password', widthDefault: '200px'}, - maintenance: { path: logos.LOGO_MAINTENACE_RESET_PATH, alt: 'Under Maintenance', widthDefault: '75%'}, + header: { path: logos.LOGO_HEADER_PATH, alt: 'Header', widthDefault: '130px' }, + welcome: { path: logos.LOGO_WELCOME_PATH, alt: 'Welcome', widthDefault: '200px' }, + signup: { path: logos.LOGO_SIGNUP_PATH, alt: 'Sign Up', widthDefault: '200px' }, + logout: { path: logos.LOGO_LOGOUT_PATH, alt: 'Logging Out', widthDefault: '200px' }, + passwordReset: { + path: logos.LOGO_PASSWORD_RESET_PATH, + alt: 'Reset Your Password', + widthDefault: '200px', + }, + maintenance: { + path: logos.LOGO_MAINTENACE_RESET_PATH, + alt: 'Under Maintenance', + widthDefault: '75%', + }, } return { logo: logosObject[this.type], diff --git a/webapp/maintenance/source/pages/index.vue b/webapp/maintenance/source/pages/index.vue index d4fa66a35..e2a5fd683 100644 --- a/webapp/maintenance/source/pages/index.vue +++ b/webapp/maintenance/source/pages/index.vue @@ -52,5 +52,4 @@ export default { } - +