upd: kegiatan atau project

Deskripsi:
- hapus file dan tambah file

NO Issues
This commit is contained in:
amel
2024-09-02 15:34:51 +08:00
parent 9ee3e0a2ff
commit 132227ae80
13 changed files with 553 additions and 16 deletions

View File

@@ -102,13 +102,13 @@ export default function ListAnggotaDetailTask() {
}}
>
<Group>
<Avatar src={""} alt="it's me" size="lg" />
<Avatar src={`/api/file/img?cat=user&file=${v.img}`} alt="it's me" size="lg" />
<Box>
<Text c={WARNA.biruTua} fw={"bold"}>
{v.name}
</Text>
<Text c={"#5A687D"} fz={14}>
{v.position}
{v.email}
</Text>
</Box>
</Group>