diff --git a/app/layout.tsx b/app/layout.tsx
index ef4a753..f86d055 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -53,7 +53,7 @@ export default function RootLayout({ children }: IProps) {
diff --git a/components/Footer.tsx b/components/Footer.tsx
index cb30bc5..46eeab9 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -59,39 +59,39 @@ const Footer = () => {
diff --git a/components/MobileMenu.tsx b/components/MobileMenu.tsx
index 82a4b29..d3302a8 100644
--- a/components/MobileMenu.tsx
+++ b/components/MobileMenu.tsx
@@ -58,7 +58,7 @@ const MobileMenu = () => {
className="relative w-[24px] h-[24px] cursor-pointer "
onClick={() => setBurgerOpen(false)}
>
-
+
diff --git a/components/Nav.tsx b/components/Nav.tsx
index 00d9743..6bc94ba 100644
--- a/components/Nav.tsx
+++ b/components/Nav.tsx
@@ -191,7 +191,7 @@ const Nav = () => {
setBurgerOpen(true)}>
-
+
diff --git a/components/advert/Calculator.tsx b/components/advert/Calculator.tsx
index 770f7e7..dba239e 100644
--- a/components/advert/Calculator.tsx
+++ b/components/advert/Calculator.tsx
@@ -49,7 +49,7 @@ const Calculator = () => {
calculatorContext.setCalculatorOpen(false)}>
-
+
diff --git a/components/live/Banner.tsx b/components/live/Banner.tsx
index 439f270..2def08a 100644
--- a/components/live/Banner.tsx
+++ b/components/live/Banner.tsx
@@ -31,7 +31,7 @@ const Banner = () => {
{data!.data.map((item) => (
-
+
))}
diff --git a/components/vote/ParticipantsList.tsx b/components/vote/ParticipantsList.tsx
index 4a1bc68..bfac1fc 100644
--- a/components/vote/ParticipantsList.tsx
+++ b/components/vote/ParticipantsList.tsx
@@ -37,6 +37,8 @@ const ParticipantsList = ({ vote_id, all }: IParams) => {
const [eventStatus, setEventStatus] = useState("Not started");
const [manualClose, setManualClose] = useState(false); // Track manual closure
+ console.log('participantsData', participantsData)
+
const [winnersCount, setWinnersCount] = useState(0);
// States realted to web socket