diff --git a/web/src/app/chat/components/message-list-view.tsx b/web/src/app/chat/components/message-list-view.tsx index 8d8c279..c764987 100644 --- a/web/src/app/chat/components/message-list-view.tsx +++ b/web/src/app/chat/components/message-list-view.tsx @@ -328,7 +328,7 @@ function PlanCard({ - + {`### ${ plan.title !== undefined && plan.title !== "" ? plan.title diff --git a/web/src/components/magicui/number-ticker.tsx b/web/src/components/magicui/number-ticker.tsx index f041565..8cd040a 100644 --- a/web/src/components/magicui/number-ticker.tsx +++ b/web/src/components/magicui/number-ticker.tsx @@ -1,7 +1,7 @@ "use client"; import { useInView, useMotionValue, useSpring } from "motion/react"; -import { ComponentPropsWithoutRef, useEffect, useRef } from "react"; +import { type ComponentPropsWithoutRef, useEffect, useRef } from "react"; import { cn } from "~/lib/utils"; @@ -56,7 +56,7 @@ export function NumberTicker({