upd: project

Deskripsi:
- tambah project

- update tb project

NO Issues
This commit is contained in:
amel
2024-08-23 17:34:35 +08:00
parent 5417b48af1
commit df2f61e833
22 changed files with 769 additions and 565 deletions

View File

@@ -110,7 +110,7 @@ export default function ListProject() {
<HiMiniPresentationChartBar size={25} color={WARNA.biruTua} />
</ActionIcon>
</Center>
<Text>{v.name}</Text>
<Text>{v.title}</Text>
</Group>
<Box>
<RiCircleFill size={12} color={
@@ -136,7 +136,7 @@ export default function ListProject() {
<Card.Section>
<Box h={120} bg={WARNA.biruTua}>
<Flex justify={'center'} align={'center'} h={"100%"}>
<Title order={3} c={"white"}>{v.name}</Title>
<Title order={3} c={"white"}>{v.title}</Title>
</Flex>
</Box>
</Card.Section>