We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e732f6 commit 749b83fCopy full SHA for 749b83f
src/components/Sidebar.tsx
@@ -20,7 +20,7 @@ export function Sidebar({
20
return (
21
<SidebarUI side="left" className="border-r-blue-200">
22
<SidebarHeader className="bg-teal-25 py-6 pb-3 text-sm font-bold px-4">
23
- History Prompts
+ Prompt History
24
</SidebarHeader>
25
<SidebarContent className="bg-teal-25">
26
<SidebarMenu className="px-2">
@@ -39,7 +39,7 @@ export function Sidebar({
39
40
41
42
43
44
45
<SidebarGroup>{children}</SidebarGroup>
0 commit comments