Add sample JoyRide walkthrough.
This commit is contained in:
@@ -299,6 +299,7 @@ function Header({
|
||||
},
|
||||
{
|
||||
key: 'jobssubmenu',
|
||||
id: 'header-jobs',
|
||||
icon: <Icon component={FaCarCrash} />,
|
||||
label: t('menus.header.jobs'),
|
||||
children: [
|
||||
@@ -319,6 +320,7 @@ function Header({
|
||||
},
|
||||
{
|
||||
key: 'availablejobs',
|
||||
id: 'header-jobs-available',
|
||||
icon: <ImportOutlined />,
|
||||
label: <Link to="/manage/available">{t('menus.header.availablejobs')}</Link>,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user