Browse Source

change url to project

pull/1/head
root 10 months ago
parent
commit
e13e948676
  1. 2
      src/views/Dashboard/DashboardProjectCarousell.js

2
src/views/Dashboard/DashboardProjectCarousell.js

@ -1004,7 +1004,7 @@ const DashboardProject = (args) => {
// );
// });
const slides = dummyData.map((item, index) => {
const URL_GANTT = `https://konstruksi-gantt.ospro.id/view-mode/index.html?base_url=${BASE_OSPRO}/api&gantt_id=${item.project.gantt.gantt_id}&proyek_id=${item.project.id}&token=${token}&ro=1`;
const URL_GANTT = `https://project-gantt.ospro.id/view-mode/index.html?base_url=${BASE_OSPRO}/api&gantt_id=${item.project.gantt.gantt_id}&proyek_id=${item.project.id}&token=${token}&ro=1`;
return (
<CarouselItem
onExiting={() => setAnimating(true)}

Loading…
Cancel
Save