diff --git a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx index fd44a797..57a1b12b 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx @@ -32,7 +32,7 @@ export default function ClientBox(props: IProps) { // TODO: review const handleOpenConnectionLink = useCallback(() => { - const url = `http://localhost:3000/client-dashboard/${folderUid}/profile/${customer.uid}`; + const url = `https://lecoffreio.4nkweb.com/client-dashboard/${folderUid}/profile/${customer.uid}`; alert(url); }, [customer.uid, folderUid]);