File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pgml-dashboard/src/components/navigation/navbar/marketing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
use crate::components::static_nav_link::StaticNavLink;
6
6
7
7
let solutions_links = vec![
8
- StaticNavLink::new("ChatBot ".to_string(), "/chatbot".to_string()).icon("smart_toy"),
8
+ StaticNavLink::new("Chatbots ".to_string(), "/chatbot".to_string()).icon("smart_toy"),
9
9
StaticNavLink::new("Site Search".to_string(), "/test2".to_string()).icon("manage_search").disabled(true),
10
- StaticNavLink::new("Forcasting ".to_string(), "/test2".to_string()).icon("avg_pace ").disabled(true),
11
- StaticNavLink::new("Frad Detection ".to_string(), "/test2".to_string()).icon("e911_emergency ").disabled(true),
10
+ StaticNavLink::new("Fraud Detection ".to_string(), "/test2".to_string()).icon("e911_emergency ").disabled(true),
11
+ StaticNavLink::new("Forecasting ".to_string(), "/test2".to_string()).icon("avg_pace ").disabled(true),
12
12
];
13
13
%>
14
14
You can’t perform that action at this time.
0 commit comments