upd: user role developer
Deskripsi: - update fitur akses buat user role developer - update akses jabatan - update akses lembaga desa - update akses developer pada tema - update akses developer pada banner - update akses developer pada anggota No Issues
This commit is contained in:
@@ -30,7 +30,6 @@ export default function ViewDetailFeature() {
|
||||
size={isMobile ? 50 : 68}
|
||||
aria-label="Gradient action icon"
|
||||
radius={100}
|
||||
// gradient={{ from: '#DFDA7C', to: '#F2AF46', deg: 174 }}
|
||||
bg={tema.get().bgFiturHome}
|
||||
>
|
||||
<HiMiniUserGroup size={isMobile ? 25 : 35} color={tema.get().utama} />
|
||||
@@ -46,7 +45,6 @@ export default function ViewDetailFeature() {
|
||||
size={isMobile ? 50 : 68}
|
||||
aria-label="Gradient action icon"
|
||||
radius={100}
|
||||
// gradient={{ from: '#DFDA7C', to: '#F2AF46', deg: 174 }}
|
||||
bg={tema.get().bgFiturHome}
|
||||
>
|
||||
<HiMiniPresentationChartBar size={isMobile ? 25 : 35} color={tema.get().utama} />
|
||||
@@ -62,7 +60,6 @@ export default function ViewDetailFeature() {
|
||||
size={isMobile ? 50 : 68}
|
||||
aria-label="Gradient action icon"
|
||||
radius={100}
|
||||
// gradient={{ from: '#DFDA7C', to: '#F2AF46', deg: 174 }}
|
||||
bg={tema.get().bgFiturHome}
|
||||
>
|
||||
<HiMegaphone size={isMobile ? 25 : 35} color={tema.get().utama} />
|
||||
@@ -78,7 +75,6 @@ export default function ViewDetailFeature() {
|
||||
size={isMobile ? 50 : 68}
|
||||
aria-label="Gradient action icon"
|
||||
radius={100}
|
||||
// gradient={{ from: '#DFDA7C', to: '#F2AF46', deg: 174 }}
|
||||
bg={tema.get().bgFiturHome}
|
||||
>
|
||||
<FaComments size={isMobile ? 25 : 35} color={tema.get().utama} />
|
||||
@@ -94,7 +90,6 @@ export default function ViewDetailFeature() {
|
||||
size={isMobile ? 50 : 68}
|
||||
aria-label="Gradient action icon"
|
||||
radius={100}
|
||||
// gradient={{ from: '#DFDA7C', to: '#F2AF46', deg: 174 }}
|
||||
bg={tema.get().bgFiturHome}
|
||||
>
|
||||
<PiUsersFourFill size={isMobile ? 25 : 35} color={tema.get().utama} />
|
||||
@@ -110,7 +105,6 @@ export default function ViewDetailFeature() {
|
||||
size={isMobile ? 50 : 68}
|
||||
aria-label="Gradient action icon"
|
||||
radius={100}
|
||||
// gradient={{ from: '#DFDA7C', to: '#F2AF46', deg: 174 }}
|
||||
bg={tema.get().bgFiturHome}
|
||||
>
|
||||
<FaUserTie size={isMobile ? 25 : 35} color={tema.get().utama} />
|
||||
@@ -128,7 +122,6 @@ export default function ViewDetailFeature() {
|
||||
size={isMobile ? 50 : 68}
|
||||
aria-label="Gradient action icon"
|
||||
radius={100}
|
||||
// gradient={{ from: '#DFDA7C', to: '#F2AF46', deg: 174 }}
|
||||
bg={tema.get().bgFiturHome}
|
||||
>
|
||||
<RiLayoutTop2Fill size={isMobile ? 25 : 35} color={tema.get().utama} />
|
||||
@@ -140,7 +133,7 @@ export default function ViewDetailFeature() {
|
||||
</Box>
|
||||
}
|
||||
{
|
||||
roleLogin.get() == "supadmin" &&
|
||||
(roleLogin.get() == "supadmin" || roleLogin.get() == "developer") &&
|
||||
<>
|
||||
<Box onClick={() => router.push('/group')}>
|
||||
<Center>
|
||||
@@ -148,7 +141,6 @@ export default function ViewDetailFeature() {
|
||||
size={isMobile ? 50 : 68}
|
||||
aria-label="Gradient action icon"
|
||||
radius={100}
|
||||
// gradient={{ from: '#DFDA7C', to: '#F2AF46', deg: 174 }}
|
||||
bg={tema.get().bgFiturHome}
|
||||
>
|
||||
<FaUserTag size={isMobile ? 25 : 35} color={tema.get().utama} />
|
||||
@@ -164,7 +156,6 @@ export default function ViewDetailFeature() {
|
||||
size={isMobile ? 50 : 68}
|
||||
aria-label="Gradient action icon"
|
||||
radius={100}
|
||||
// gradient={{ from: '#DFDA7C', to: '#F2AF46', deg: 174 }}
|
||||
bg={tema.get().bgFiturHome}
|
||||
>
|
||||
<IoColorPalette size={isMobile ? 25 : 35} color={tema.get().utama} />
|
||||
@@ -180,7 +171,6 @@ export default function ViewDetailFeature() {
|
||||
size={isMobile ? 50 : 68}
|
||||
aria-label="Gradient action icon"
|
||||
radius={100}
|
||||
// gradient={{ from: '#DFDA7C', to: '#F2AF46', deg: 174 }}
|
||||
bg={tema.get().bgFiturHome}
|
||||
>
|
||||
<RiLayoutTop2Fill size={isMobile ? 25 : 35} color={tema.get().utama} />
|
||||
|
||||
Reference in New Issue
Block a user