@@ -101,7 +99,7 @@
size="sm"
/>
{{ $t(option.label).toUpperCase()
- }}
+ }}
;
export type PartialOptions = Partial>;
-
-
//Shared images and descriptions
import calendar from 'src/assets/help-ss/calendar.png';
import employee_list_display from 'src/assets/help-ss/employee-list-grid.png';
@@ -134,6 +132,15 @@ export const timesheets_approval_options: HelpModuleOptions[] = [
{ label: 'help.tutorial.shared.calendar', path: calendar, description: calendar_nav_desc, icon: 'calendar_month' },
];
+
+// Chatbot images and descriptions
+import chatbot_access from 'src/assets/help-ss/access-management.png';
+const chatbot_access_desc = "descriptions.chatbot.access";
+
+export const chatbot_options: HelpModuleOptions[] = [
+ { label: 'help.tutorial.chatbot.access', path: chatbot_access, description: chatbot_access_desc, icon: "access"}
+];
+
export const help_module_details: Options = {
dashboard: [],
personal_profile: profile_options,
@@ -143,8 +150,3 @@ export const help_module_details: Options = {
timesheets_approval: timesheets_approval_options,
chatbot: [],
};
-
-
-
-
-