Skip to content

Commit 409f35b

Browse files
committed
fix: update AboutView comment for accuracy and adjust icon color in PromptHelpPanel
1 parent f3e313a commit 409f35b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/app/(application)/app/about/AboutView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Link from "next/link";
22

3-
// Just a template to fill out the about page for now
3+
// Just a template to fill out the about page for now; the info is incorrect.
44
export const AboutView = () => {
55
return (
66
<main className="min-h-screen flex flex-col items-center px-6 py-16 space-y-12">

frontend/src/lib/ui/custom/prompt-library/PromptHelpPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const PromptHelpPanel = () => {
2222
<Sheet isModal={true}>
2323
<SheetTrigger asChild>
2424
<Button variant="ghost" size="icon" className="ml-2">
25-
<LucideHelpCircle />
25+
<LucideHelpCircle className={"text-black"} />
2626
</Button>
2727
</SheetTrigger>
2828

0 commit comments

Comments
 (0)