Add Niyaj to REZO
This commit is contained in:
+6
-1
@@ -6,7 +6,7 @@ import {makeStyles} from '@material-ui/core/styles'
|
|||||||
import HelpIcon from '@material-ui/icons/Help'
|
import HelpIcon from '@material-ui/icons/Help'
|
||||||
import GroupIcon from '@material-ui/icons/Group'
|
import GroupIcon from '@material-ui/icons/Group'
|
||||||
import MusicNoteIcon from '@material-ui/icons/MusicNote'
|
import MusicNoteIcon from '@material-ui/icons/MusicNote'
|
||||||
import {Pleroma, Peertube} from '@icons-pack/react-simple-icons'
|
import {Pleroma, Peertube, Nextcloud} from '@icons-pack/react-simple-icons'
|
||||||
|
|
||||||
import KatKayLa from '../components/kat-kay-la'
|
import KatKayLa from '../components/kat-kay-la'
|
||||||
import HeadLayout from '../components/head-layout'
|
import HeadLayout from '../components/head-layout'
|
||||||
@@ -43,6 +43,11 @@ const REZO = [
|
|||||||
id: 'mobilize',
|
id: 'mobilize',
|
||||||
tit: 'Mobilizé',
|
tit: 'Mobilizé',
|
||||||
icon: <GroupIcon />
|
icon: <GroupIcon />
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'niyaj',
|
||||||
|
tit: 'Niyaj',
|
||||||
|
icon: <Nextcloud />
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user