diff --git a/client/.env b/client/.env index 8b5a0ce..9c0935e 100644 --- a/client/.env +++ b/client/.env @@ -1,2 +1,2 @@ -VITE_API_URL=https://graff.estate -# VITE_API_URL=http://192.168.1.171:3003 \ No newline at end of file +VITE_API_URL=https://graff.estate/api +# VITE_API_URL=http://localhost:3003 \ No newline at end of file diff --git a/client/src/components/ModalContainer.tsx b/client/src/components/ModalContainer.tsx index 8717dcc..8a7a1c1 100644 --- a/client/src/components/ModalContainer.tsx +++ b/client/src/components/ModalContainer.tsx @@ -7,7 +7,7 @@ function ModalContainer() { return (
{file ? file.name : "Выберите изображение"}
++ {file ? file.name : "Выберите изображение"} +
{previewFile &&{file ? file.name : "Выберите изображение"}
+{file ? file.name : "Выберите изображение"}
{previewFile ? (