diff --git a/website/src/components/console/index.tsx b/website/src/components/console/index.tsx
index 227b7ecf8..0a7b48871 100644
--- a/website/src/components/console/index.tsx
+++ b/website/src/components/console/index.tsx
@@ -5,6 +5,7 @@ import {
EyeIcon,
CommandLineIcon,
ArrowPathIcon,
+ ArrowTopRightOnSquareIcon,
} from "@heroicons/react/24/outline";
import { BoltIcon } from "@heroicons/react/24/solid";
import { DotPattern } from "../ui/dot-pattern";
@@ -14,6 +15,8 @@ import AgentListView from "./AgentListView";
import AgentDetailView from "./AgentDetailView";
import AgentChat from "./AgentChat";
import FlowOverview from "./FlowOverview";
+import { GitHubLogo } from "@site/static/img/logos";
+import Link from "@docusaurus/Link";
export const Console = () => {
const isMobile = useMediaQuery("(max-width: 768px)");
@@ -27,6 +30,7 @@ export const Console = () => {
- The VoltAgent Developer Console gives you full visibility into - your Voltagent-based AI agents during development and execution. + + The VoltAgent Developer Console + {" "} + gives you full visibility into your Voltagent-based AI agents + during development and execution.
- - Real-time visualization - {" "} - of your agent's execution flow, including function calls, tool - usage, and message history as it happens. + Real-time visualization of your agent's execution flow, + including function calls, tool usage, and message history as it + happens.