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 {
}
-
+