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:
@@ -225,6 +225,16 @@ export function Sidebar() {
|
||||
path: "/settings/officecontact",
|
||||
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",
|
||||
path: "/settings/twilio",
|
||||
@@ -235,16 +245,6 @@ export function Sidebar() {
|
||||
path: "/settings/ai",
|
||||
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" />,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -780,7 +780,7 @@ export default function InsuranceStatusPage() {
|
||||
<Bot className="h-5 w-5 text-violet-600" />
|
||||
</div>
|
||||
<div>
|
||||
<CardTitle className="text-base">AI Call Insurance</CardTitle>
|
||||
<CardTitle className="text-base">AI Call Insurance/Transportation</CardTitle>
|
||||
<CardDescription className="mt-0.5">
|
||||
Use AI to call the insurance company and check eligibility automatically
|
||||
</CardDescription>
|
||||
|
||||
Reference in New Issue
Block a user