upd: cleaning
Deskripsi: - mengganti navbar new pada page detail feature - cleaning codingan NO Issues
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
'use client'
|
||||
import { LayoutIconBack, LayoutNavbarHome } from "@/module/_global";
|
||||
import { Box, Grid, Text } from "@mantine/core";
|
||||
|
||||
export default function NavbarCreateAnnouncement() {
|
||||
return (
|
||||
<Box>
|
||||
<LayoutNavbarHome>
|
||||
<Grid justify='center' align='center'>
|
||||
<Grid.Col span="auto">
|
||||
<LayoutIconBack />
|
||||
</Grid.Col>
|
||||
<Grid.Col span={6}>
|
||||
<Text ta={'center'} fw={'bold'} c={'white'}>Tambah Pengumuman</Text>
|
||||
</Grid.Col>
|
||||
<Grid.Col span="auto"></Grid.Col>
|
||||
</Grid>
|
||||
</LayoutNavbarHome>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
'use client'
|
||||
import { LayoutIconBack, LayoutNavbarHome } from "@/module/_global";
|
||||
import { Box, Grid, Text } from "@mantine/core";
|
||||
|
||||
export default function NavbarEditAnnouncement() {
|
||||
return (
|
||||
<Box>
|
||||
<LayoutNavbarHome>
|
||||
<Grid justify='center' align='center'>
|
||||
<Grid.Col span="auto">
|
||||
<LayoutIconBack />
|
||||
</Grid.Col>
|
||||
<Grid.Col span={6}>
|
||||
<Text ta={'center'} fw={'bold'} c={'white'}>Edit Pengumuman</Text>
|
||||
</Grid.Col>
|
||||
<Grid.Col span="auto"></Grid.Col>
|
||||
</Grid>
|
||||
</LayoutNavbarHome>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user