diff --git a/surfsense_web/components/dashboard-breadcrumb.tsx b/surfsense_web/components/dashboard-breadcrumb.tsx index 9cf022e37..6eb71ef5d 100644 --- a/surfsense_web/components/dashboard-breadcrumb.tsx +++ b/surfsense_web/components/dashboard-breadcrumb.tsx @@ -87,7 +87,7 @@ export function DashboardBreadcrumb() { "tavily-api": "Tavily API", "serper-api": "Serper API", "linkup-api": "LinkUp API", - "luma-connector": "Luma" + "luma-connector": "Luma", }; const connectorLabel = connectorLabels[connectorType] || connectorType;