diff --git a/apps/rowboat/components/common/panel-common.tsx b/apps/rowboat/components/common/panel-common.tsx index 70dfaca5..040d523b 100644 --- a/apps/rowboat/components/common/panel-common.tsx +++ b/apps/rowboat/components/common/panel-common.tsx @@ -1,6 +1,8 @@ import clsx from "clsx"; import { Sparkles } from "lucide-react"; import { SHOW_COPILOT_MARQUEE } from "@/app/lib/feature_flags"; +import Image from "next/image"; +import mascot from "@/public/mascot.png"; export function ActionButton({ icon = null, @@ -73,7 +75,7 @@ export function Panel({ {variant === 'copilot' && showWelcome && (
+