diff --git a/edit-mode/function/ganttSettings.js b/edit-mode/function/ganttSettings.js index 84517c8..f365735 100644 --- a/edit-mode/function/ganttSettings.js +++ b/edit-mode/function/ganttSettings.js @@ -131,7 +131,7 @@ $(document).ready(function () { }); $("#dashboard-project").on('click', function (event) { - window.location.href = `https://project.ospro.id/#/dashboard-project/${projectId}/${ganttId}false-header`; + window.location.href = `https://si.ospro.id/#/dashboard-project/${projectId}/${ganttId}false-header`; // window.location.href = `http://localhost:3000/#/dashboard-project/${projectId}/${ganttId}/false-header`; });