From 7456e6ea649132c24de27c2597a157f7adc98c34 Mon Sep 17 00:00:00 2001 From: Dan <39170265+chillenberger@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:33:27 -0600 Subject: [PATCH] spell check --- .../components/navigation/navbar/marketing/template.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pgml-dashboard/src/components/navigation/navbar/marketing/template.html b/pgml-dashboard/src/components/navigation/navbar/marketing/template.html index beab8e016..68841432b 100644 --- a/pgml-dashboard/src/components/navigation/navbar/marketing/template.html +++ b/pgml-dashboard/src/components/navigation/navbar/marketing/template.html @@ -5,10 +5,10 @@ use crate::components::static_nav_link::StaticNavLink; let solutions_links = vec![ - StaticNavLink::new("ChatBot".to_string(), "/chatbot".to_string()).icon("smart_toy"), + StaticNavLink::new("Chatbots".to_string(), "/chatbot".to_string()).icon("smart_toy"), StaticNavLink::new("Site Search".to_string(), "/test2".to_string()).icon("manage_search").disabled(true), - StaticNavLink::new("Forcasting".to_string(), "/test2".to_string()).icon("avg_pace").disabled(true), - StaticNavLink::new("Frad Detection".to_string(), "/test2".to_string()).icon("e911_emergency").disabled(true), + StaticNavLink::new("Fraud Detection".to_string(), "/test2".to_string()).icon("e911_emergency").disabled(true), + StaticNavLink::new("Forecasting".to_string(), "/test2".to_string()).icon("avg_pace").disabled(true), ]; %>