feat : update validation and color
This commit is contained in:
@@ -16,7 +16,7 @@ export default function ChartProgressHome() {
|
||||
const loadData = () => {
|
||||
const option: EChartsOption = {
|
||||
title: {
|
||||
text: "PROGRES PROYEK",
|
||||
text: "PROGRES KEGIATAN",
|
||||
top: '2%',
|
||||
left: 'center',
|
||||
textStyle: {
|
||||
|
||||
@@ -39,7 +39,7 @@ export default function Features() {
|
||||
</ActionIcon>
|
||||
</Center>
|
||||
<Center>
|
||||
<Text fz={15} c={WARNA.biruTua}>Proyek</Text>
|
||||
<Text fz={15} c={WARNA.biruTua}>Kegiatan</Text>
|
||||
</Center>
|
||||
</Box>
|
||||
<Box onClick={() => router.push('/announcement')}>
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function ListDivisi() {
|
||||
</Box>
|
||||
</Card.Section>
|
||||
<Box pt={10} mih={150}>
|
||||
<Text fw={'bold'} fz={18}>PROYEK</Text>
|
||||
<Text fw={'bold'} fz={18}>KEGIATAN</Text>
|
||||
<Text fw={'bolder'} ta={'center'} fz={70}>{v.total}</Text>
|
||||
</Box>
|
||||
</Card>
|
||||
|
||||
@@ -36,7 +36,7 @@ export default function ListProjects() {
|
||||
return (
|
||||
<>
|
||||
<Box pt={10}>
|
||||
<Text c={WARNA.biruTua} mb={10} fw={'bold'} fz={16}>Proyek Terbaru</Text>
|
||||
<Text c={WARNA.biruTua} mb={10} fw={'bold'} fz={16}>Kegiatan Terbaru</Text>
|
||||
<Carousel dragFree slideGap={"xs"} align="start" slideSize={"xs"} withIndicators withControls={false}>
|
||||
{dataProject.map((v) =>
|
||||
<Carousel.Slide key={v.id}>
|
||||
|
||||
Reference in New Issue
Block a user