title: auto
des: auto note:auto
This commit is contained in:
@@ -48,7 +48,6 @@ export default function MainInvestasi({
|
|||||||
mb={"lg"}
|
mb={"lg"}
|
||||||
onClick={() => router.push(`/dev/investasi/detail/${e.id}`)}
|
onClick={() => router.push(`/dev/investasi/detail/${e.id}`)}
|
||||||
>
|
>
|
||||||
|
|
||||||
<CardSection p={"xs"}>
|
<CardSection p={"xs"}>
|
||||||
<AspectRatio ratio={16 / 9}>
|
<AspectRatio ratio={16 / 9}>
|
||||||
{e.imagesId ? (
|
{e.imagesId ? (
|
||||||
@@ -71,7 +70,7 @@ export default function MainInvestasi({
|
|||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
</CardSection>
|
</CardSection>
|
||||||
<CardSection p={"md"} >
|
<CardSection p={"md"}>
|
||||||
<Box>
|
<Box>
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.Col span={6}>
|
<Grid.Col span={6}>
|
||||||
@@ -122,7 +121,7 @@ export default function MainInvestasi({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Group position="right">
|
<Group position="right">
|
||||||
<IconCircleCheck color="green"/>
|
<IconCircleCheck color="green" />
|
||||||
<Text c={"green"}>Selesai</Text>
|
<Text c={"green"}>Selesai</Text>
|
||||||
</Group>
|
</Group>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user