Browse Source

refactor: minor eslint fix

Kristian Vos 3 years ago
parent
commit
580a18d4bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/components/layout/MainFooter.vue

+ 1 - 1
frontend/src/components/layout/MainFooter.vue

@@ -93,7 +93,7 @@ export default {
 		user-select: none;
 
 		img {
-   			max-width: 100%;
+			max-width: 100%;
 		}
 	}