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 <noreply@anthropic.com>
This commit is contained in:
Gitead
2026-05-07 18:05:47 -04:00
parent 16429320fa
commit 86dd685342
2 changed files with 11 additions and 11 deletions

View File

@@ -225,6 +225,16 @@ export function Sidebar() {
path: "/settings/officecontact", path: "/settings/officecontact",
icon: <Building2 className="h-4 w-4 text-gray-400" />, icon: <Building2 className="h-4 w-4 text-gray-400" />,
}, },
{
name: "Insurance/Transportation Contact",
path: "/settings/insurancecontact",
icon: <BookOpen className="h-4 w-4 text-gray-400" />,
},
{
name: "Procedure Duration/Time Slot",
path: "/settings/proceduretimeslot",
icon: <Timer className="h-4 w-4 text-gray-400" />,
},
{ {
name: "Twilio Settings", name: "Twilio Settings",
path: "/settings/twilio", path: "/settings/twilio",
@@ -235,16 +245,6 @@ export function Sidebar() {
path: "/settings/ai", path: "/settings/ai",
icon: <Bot className="h-4 w-4 text-gray-400" />, icon: <Bot className="h-4 w-4 text-gray-400" />,
}, },
{
name: "Procedure Duration/Time Slot",
path: "/settings/proceduretimeslot",
icon: <Timer className="h-4 w-4 text-gray-400" />,
},
{
name: "Insurance Contact",
path: "/settings/insurancecontact",
icon: <BookOpen className="h-4 w-4 text-gray-400" />,
},
], ],
}, },
], ],

View File

@@ -780,7 +780,7 @@ export default function InsuranceStatusPage() {
<Bot className="h-5 w-5 text-violet-600" /> <Bot className="h-5 w-5 text-violet-600" />
</div> </div>
<div> <div>
<CardTitle className="text-base">AI Call Insurance</CardTitle> <CardTitle className="text-base">AI Call Insurance/Transportation</CardTitle>
<CardDescription className="mt-0.5"> <CardDescription className="mt-0.5">
Use AI to call the insurance company and check eligibility automatically Use AI to call the insurance company and check eligibility automatically
</CardDescription> </CardDescription>