We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e313a commit 409f35bCopy full SHA for 409f35b
frontend/src/app/(application)/app/about/AboutView.tsx
@@ -1,6 +1,6 @@
1
import Link from "next/link";
2
3
-// Just a template to fill out the about page for now
+// Just a template to fill out the about page for now; the info is incorrect.
4
export const AboutView = () => {
5
return (
6
<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
@@ -22,7 +22,7 @@ export const PromptHelpPanel = () => {
22
<Sheet isModal={true}>
23
<SheetTrigger asChild>
24
<Button variant="ghost" size="icon" className="ml-2">
25
- <LucideHelpCircle />
+ <LucideHelpCircle className={"text-black"} />
26
</Button>
27
</SheetTrigger>
28
0 commit comments