- Ganti Appshell dengan tamplate buatan sendiri di modul donasi
## No Issuue
This commit is contained in:
2024-04-20 07:25:43 +08:00
parent f3e9b5efae
commit 07a4ce0162
58 changed files with 379 additions and 82 deletions

View File

@@ -75,8 +75,8 @@ export default function LayoutMainInvestasi({
/>
}
footer={
<Footer height={70} bg={"dark.4"}>
<Grid align="center" h={60} pt={"xs"} grow>
<Footer height={"10vh"} bg={"dark.4"}>
<Grid align="center" h={"10vh"} pt={"xs"} grow>
{/* Tampilan Bursa */}
{listFooter.map((e, k) => (
<Grid.Col
@@ -87,7 +87,7 @@ export default function LayoutMainInvestasi({
setActive(k);
}}
>
<Center>
<Center h={"100%"}>
<Flex direction={"column"} align={"center"} w={"100%"}>
<ActionIcon
variant="transparent"