diff --git a/client/src/pages/AIPage.tsx b/client/src/pages/AIPage.tsx index 9782a49..3d60fdc 100644 --- a/client/src/pages/AIPage.tsx +++ b/client/src/pages/AIPage.tsx @@ -22,6 +22,7 @@ import { streamQuestion, updateMessageApplied, } from "@/lib/aiApi"; + import { buildPeqSvgCurveData, getFilterType, PeqBandForResponse } from "@/lib/peqAudio"; import { cn } from "@/lib/utils"; import { @@ -564,7 +565,8 @@ export default function AIPage() { boxShadow: "0 0 10px rgba(0,255,246,0.25)", }} > - + {/* */} + {headerTitle} @@ -761,7 +763,8 @@ function WelcomeView({ "0 0 30px rgba(0,255,246,0.25), inset 0 0 20px rgba(0,255,246,0.08)", }} > - + {/* */} +

{aiText.welcomeTitle}