ソースを参照

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%;
 		}
 	}