# fix
- Ganti Appshell dengan tamplate buatan sendiri di modul donasi ## No Issuue
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user