diff --git a/apps/X/src/components/ui/home/HomeLeft.tsx b/apps/X/src/components/ui/home/HomeLeft.tsx
index 2dc7645..3eb5f14 100644
--- a/apps/X/src/components/ui/home/HomeLeft.tsx
+++ b/apps/X/src/components/ui/home/HomeLeft.tsx
@@ -16,14 +16,22 @@ import { TbOctagonPlus } from "react-icons/tb";
import { Button, X_logo } from "..";
import GrokIcon from "../Grok";
import X_Icon from "../X_Icon";
+import {
+ Dialog,
+ DialogContent,
+ DialogDescription,
+ DialogHeader,
+ DialogTitle,
+ DialogTrigger,
+} from "@/components/ui/dialog";
+import { PostDialogComp } from "../Post/PostDialogComp";
export const HomeLeft = () => {
const router = useRouter();
const { data: session } = useSession();
const onPostClick = () => {
- console.log("Click");
- router.push("/post");
+ // router.push("/post");
};
return (
@@ -38,8 +46,8 @@ export const HomeLeft = () => {
-
-
+
+
Home
@@ -48,8 +56,8 @@ export const HomeLeft = () => {
-
-
+
+
Explore
@@ -57,24 +65,24 @@ export const HomeLeft = () => {
-
-
-
-
-
-
+
+
Grok
@@ -97,16 +105,16 @@ export const HomeLeft = () => {
-
-
-
-
+
+
Communities
@@ -114,8 +122,8 @@ export const HomeLeft = () => {
-
-
+
+
Profile
@@ -123,24 +131,40 @@ export const HomeLeft = () => {
-
-
-
-
+ */}
+
+
+