Add sample JoyRide walkthrough.

This commit is contained in:
Patrick Fic
2024-03-12 10:48:27 -04:00
parent d9d30b59f0
commit 5623497e32
9 changed files with 339 additions and 97 deletions

View File

@@ -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>,
},