diff --git a/client/.env b/client/.env index b8dedb4..cd41370 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -VITE_API_URL=http://192.168.1.23:3000 \ No newline at end of file +VITE_API_URL=http://localhost:3000 \ No newline at end of file diff --git a/client/.gitignore b/client/.gitignore index a547bf3..50c8dda 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -22,3 +22,5 @@ dist-ssr *.njsproj *.sln *.sw? + +.env diff --git a/client/src/components/popups/ParticipantsPopup.tsx b/client/src/components/popups/ParticipantsPopup.tsx index c13bfee..6d3f68d 100644 --- a/client/src/components/popups/ParticipantsPopup.tsx +++ b/client/src/components/popups/ParticipantsPopup.tsx @@ -30,7 +30,7 @@ function ParticipantItem({ id }: { id: string }) { return (