From 86dd685342cd844166ed1438e253da418ac2aed3 Mon Sep 17 00:00:00 2001 From: Gitead Date: Thu, 7 May 2026 18:05:47 -0400 Subject: [PATCH] feat: rename insurance contact and reorder settings sidebar - Rename "Insurance Contact" to "Insurance/Transportation Contact" in sidebar and AI call section - Move Insurance/Transportation Contact below Office Contact in Advanced settings - Move Procedure Duration/Time Slot above Twilio Settings Co-Authored-By: Claude Sonnet 4.6 --- .../src/components/layout/sidebar.tsx | 20 +++++++++---------- .../src/pages/insurance-status-page.tsx | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/Frontend/src/components/layout/sidebar.tsx b/apps/Frontend/src/components/layout/sidebar.tsx index 368d27f1..b5b4cb2c 100755 --- a/apps/Frontend/src/components/layout/sidebar.tsx +++ b/apps/Frontend/src/components/layout/sidebar.tsx @@ -225,6 +225,16 @@ export function Sidebar() { path: "/settings/officecontact", icon: , }, + { + name: "Insurance/Transportation Contact", + path: "/settings/insurancecontact", + icon: , + }, + { + name: "Procedure Duration/Time Slot", + path: "/settings/proceduretimeslot", + icon: , + }, { name: "Twilio Settings", path: "/settings/twilio", @@ -235,16 +245,6 @@ export function Sidebar() { path: "/settings/ai", icon: , }, - { - name: "Procedure Duration/Time Slot", - path: "/settings/proceduretimeslot", - icon: , - }, - { - name: "Insurance Contact", - path: "/settings/insurancecontact", - icon: , - }, ], }, ], diff --git a/apps/Frontend/src/pages/insurance-status-page.tsx b/apps/Frontend/src/pages/insurance-status-page.tsx index 3b78b2f4..048f4fb2 100755 --- a/apps/Frontend/src/pages/insurance-status-page.tsx +++ b/apps/Frontend/src/pages/insurance-status-page.tsx @@ -780,7 +780,7 @@ export default function InsuranceStatusPage() {
- AI Call Insurance + AI Call Insurance/Transportation Use AI to call the insurance company and check eligibility automatically