Skip to content

Commit 295ff03

Browse files
msukkariclaude
andcommitted
Lowercase 'call' in Book a call sidebar button
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e6a2fd2 commit 295ff03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web/src/app/(app)/@sidebar/components/bookACallSidebarButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export function BookACallSidebarButton({ isAskGhEnabled }: BookACallSidebarButto
2020
return (
2121
<SidebarMenu>
2222
<SidebarMenuItem>
23-
<SidebarMenuButton asChild tooltip="Book a Call">
23+
<SidebarMenuButton asChild tooltip="Book a call">
2424
<a href={href} target="_blank" rel="noopener noreferrer">
2525
<Phone className="h-4 w-4" />
26-
<span>Book a Call</span>
26+
<span>Book a call</span>
2727
</a>
2828
</SidebarMenuButton>
2929
</SidebarMenuItem>

0 commit comments

Comments
 (0)