-
{action.icon}
+
+
+
{action.icon}
{action.name}
diff --git a/src/components/header/index.tsx b/src/components/header/index.tsx
index 632c384..1a051b8 100644
--- a/src/components/header/index.tsx
+++ b/src/components/header/index.tsx
@@ -2,6 +2,7 @@ import Link from "next/link";
import { BsGithub } from "react-icons/bs";
import Auth from "@/components/auth";
import IconButton from "@/ui/iconButton";
+import CommandMenu from "../command";
const Header = () => {
return (
@@ -13,8 +14,9 @@ const Header = () => {
slug
-