diff --git a/frontend/src/components/FogImages.tsx b/frontend/src/components/FogImages.tsx
index ac3c230..193b68b 100644
--- a/frontend/src/components/FogImages.tsx
+++ b/frontend/src/components/FogImages.tsx
@@ -1,8 +1,8 @@
function FogImages() {
return <>
-
-
-
+
+
+
>
}
diff --git a/frontend/src/components/Gamefield.tsx b/frontend/src/components/Gamefield.tsx
index 9ca0bf5..a1110d8 100644
--- a/frontend/src/components/Gamefield.tsx
+++ b/frontend/src/components/Gamefield.tsx
@@ -3,7 +3,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { CSSProperties, useEffect, useReducer, useState } from 'react';
import Bluetooth from './Bluetooth';
import BorderTiles from './BorderTiles';
-import FogImages from './FogImages';
+// import FogImages from './FogImages';
import HitElems from './HitElems';
import Labeling from './Labeling';
import Ships from './Ships';
@@ -100,7 +100,7 @@ function Gamefield() {