+
@@ -35,17 +35,21 @@ function MarqueeHalf({
return (
{items.map(client => (
-

+
+

+
))}
);
diff --git a/src/components/Layout/FeedbackForm.tsx b/src/components/Layout/FeedbackForm.tsx
index dcef199..f51646c 100644
--- a/src/components/Layout/FeedbackForm.tsx
+++ b/src/components/Layout/FeedbackForm.tsx
@@ -210,5 +210,3 @@ export function FeedbackForm({
);
}
-
-FeedbackForm.displayName = 'FeedbackForm';
diff --git a/src/components/Layout/ModalMenu.tsx b/src/components/Layout/ModalMenu.tsx
deleted file mode 100644
index eaf90a4..0000000
--- a/src/components/Layout/ModalMenu.tsx
+++ /dev/null
@@ -1,3 +0,0 @@
-export function ModalMenu() {
- return
;
-}
diff --git a/src/components/SelectPhoneCode.tsx b/src/components/SelectPhoneCode.tsx
index 452fa84..4aea671 100644
--- a/src/components/SelectPhoneCode.tsx
+++ b/src/components/SelectPhoneCode.tsx
@@ -8,6 +8,7 @@ import { useRef, useState } from 'react';
import { useOnClickOutside } from 'usehooks-ts';
import { ChevronUpIcon } from './icons/ChevronUpIcon';
import { ChevronDownIcon } from './icons/ChevronDownIcon';
+import { ClassNameWrapper } from '../hocs/ClassNameWrapper';
export function SelectPhoneCode({
currentPhoneCodeAndCountry: [currentPhoneCode, currentCountry],
@@ -23,10 +24,7 @@ export function SelectPhoneCode({
useOnClickOutside(ref, () => setOpen(false));
return (
-
+
{open && (