Skip to content

Commit 749b83f

Browse files
authored
Update sidebar heading (#57)
1 parent 8e732f6 commit 749b83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Sidebar.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function Sidebar({
2020
return (
2121
<SidebarUI side="left" className="border-r-blue-200">
2222
<SidebarHeader className="bg-teal-25 py-6 pb-3 text-sm font-bold px-4">
23-
History Prompts
23+
Prompt History
2424
</SidebarHeader>
2525
<SidebarContent className="bg-teal-25">
2626
<SidebarMenu className="px-2">
@@ -39,7 +39,7 @@ export function Sidebar({
3939
return (
4040
<SidebarUI side="left" className="border-r-blue-200">
4141
<SidebarHeader className="bg-teal-25 py-6 pb-3 text-sm font-bold px-4">
42-
History Prompts
42+
Prompt History
4343
</SidebarHeader>
4444
<SidebarContent className="bg-teal-25">
4545
<SidebarGroup>{children}</SidebarGroup>

0 commit comments

Comments
 (0)