From e1d8cabfc3e97a3dd1fe303b58da271fb2e3edca Mon Sep 17 00:00:00 2001 From: Dan <39170265+chillenberger@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:01:42 -0600 Subject: [PATCH] add company to nav --- .../src/components/navigation/navbar/marketing/template.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pgml-dashboard/src/components/navigation/navbar/marketing/template.html b/pgml-dashboard/src/components/navigation/navbar/marketing/template.html index f19f00229..14cc2f5b0 100644 --- a/pgml-dashboard/src/components/navigation/navbar/marketing/template.html +++ b/pgml-dashboard/src/components/navigation/navbar/marketing/template.html @@ -54,6 +54,10 @@ <%+ MarketingLink::new().link(StaticNavLink::new("Docs".to_string(), "/docs/guides/".to_string())) %> <%+ MarketingLink::new().link(StaticNavLink::new("Blog".to_string(), "/blog/speeding-up-vector-recall-by-5x-with-hnsw".to_string())) %> + <% if !standalone_dashboard { %> + <%+ MarketingLink::new().link(StaticNavLink::new("Company".to_string(), "/about".to_string())) %> + <% } %> +