diff --git a/apps/dashboard/src/app/nebula-app/(app)/components/CustomChat/CustomChatContent.tsx b/apps/dashboard/src/app/nebula-app/(app)/components/CustomChat/CustomChatContent.tsx
index 2547afc0db0..8fab0e3fd72 100644
--- a/apps/dashboard/src/app/nebula-app/(app)/components/CustomChat/CustomChatContent.tsx
+++ b/apps/dashboard/src/app/nebula-app/(app)/components/CustomChat/CustomChatContent.tsx
@@ -102,6 +102,7 @@ function CustomChatContentLoggedIn(props: {
message:
messageToSend.content.find((x) => x.type === "text")?.text ?? "",
conversationId: sessionId,
+ source: "dashboard-support",
};
const apiUrl = process.env.NEXT_PUBLIC_SIWA_URL;
const response = await fetch(`${apiUrl}/v1/chat`, {
diff --git a/apps/portal/src/app/Header.tsx b/apps/portal/src/app/Header.tsx
index 35f4b5f11ac..f4a2b0bf5d3 100644
--- a/apps/portal/src/app/Header.tsx
+++ b/apps/portal/src/app/Header.tsx
@@ -10,9 +10,9 @@ import {
} from "@/components/ui/dropdown-menu";
import clsx from "clsx";
import {
- BotIcon,
ChevronDownIcon,
MenuIcon,
+ MessageCircleIcon,
TableOfContentsIcon,
} from "lucide-react";
import Link from "next/link";
@@ -222,12 +222,11 @@ export function Header() {
@@ -254,7 +253,7 @@ export function Header() {
className="p-2"
onClick={() => router.push("/chat")}
>
-
+