diff --git a/components/project/headerProjectDetail.tsx b/components/project/headerProjectDetail.tsx index 4459635..d19e629 100644 --- a/components/project/headerProjectDetail.tsx +++ b/components/project/headerProjectDetail.tsx @@ -105,7 +105,7 @@ export default function HeaderRightProjectDetail({ id, status }: Props) { } - title="Laporan Kegiatan" + title="Laporan" onPress={() => { if (status == 3) return setVisible(false) diff --git a/components/task/headerTaskDetail.tsx b/components/task/headerTaskDetail.tsx index adfc86b..392c6da 100644 --- a/components/task/headerTaskDetail.tsx +++ b/components/task/headerTaskDetail.tsx @@ -140,7 +140,7 @@ export default function HeaderRightTaskDetail({ id, division, status }: Props) { } - title="Laporan Kegiatan" + title="Laporan" onPress={() => { if (status == 3) return setVisible(false) diff --git a/lib/api.ts b/lib/api.ts index 40958bb..51d77b4 100644 --- a/lib/api.ts +++ b/lib/api.ts @@ -3,7 +3,7 @@ import axios from 'axios'; const api = axios.create({ // baseURL: 'http://10.0.2.2:3000/api', // baseURL: 'https://stg-darmasaba.wibudev.com/api', - baseURL: 'http://192.168.1.110:3000/api', + baseURL: 'http://192.168.154.198:3000/api', }); export const apiCheckPhoneLogin = async (body: { phone: string }) => {