deskripsi:
- new page daftar portofolio
This commit is contained in:
2025-07-09 15:29:04 +08:00
parent b7e774a556
commit bfb029058c
4 changed files with 87 additions and 19 deletions

View File

@@ -115,9 +115,15 @@ export default function ProfilSection() {
</BaseBox>
))}
</View>
<TextCustom
bold
align="right"
onPress={() => router.push(`/portofolio/${id}/list`)}
>
Lihat semua
</TextCustom>
</BaseBox>
</>
);
}