소스 검색

refactor: minor eslint fix

Kristian Vos 3 년 전
부모
커밋
580a18d4bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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%;
 		}
 	}