Deskripsi:
- UI Voting: bagian kontribusi dan riwayat
## No issue
This commit is contained in:
2024-07-17 11:28:07 +08:00
parent 7e21694324
commit 3ee32351e2
26 changed files with 269 additions and 257 deletions

View File

@@ -274,11 +274,11 @@ export function Home_UiFooter({ dataUser }: { dataUser: MODEL_USER }) {
}}
w={"100%"}
bottom={0}
h={"10vh"}
h={"9vh"}
>
<SimpleGrid cols={4}>
{listHalamanFooter.map((e, i) => (
<Center h={"10vh"} key={e.id}>
<Center h={"9vh"} key={e.id}>
<Stack align="center" spacing={0}>
<ActionIcon
radius={"xl"}
@@ -310,7 +310,7 @@ export function Home_UiFooter({ dataUser }: { dataUser: MODEL_USER }) {
</Center>
))}
<Center h={"10vh"}>
<Center h={"9vh"}>
<Stack
align="center"
spacing={2}