diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx
index 4e83446..c0fa5df 100644
--- a/src/components/Icon.tsx
+++ b/src/components/Icon.tsx
@@ -77,11 +77,11 @@ const nameToIcon = (name: IconType): JSX.Element | null => {
>
Menu
{/* eslint-disable-next-line max-len */}
-
-
-
-
- );
+
+
+
+
+ );
}
if (name === IconType.GBFlag) {
return (
@@ -92,12 +92,12 @@ const nameToIcon = (name: IconType): JSX.Element | null => {
>
Menu
{/* eslint-disable-next-line max-len */}
-
-
-
-
-
-
+
+
+
+
+
+
);
}
return null;