From 5252d0aff5f64e2e7a54047424ba59f132299f3d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 15 Jun 2024 13:21:05 +0530 Subject: [PATCH] build/dummy-comment --- .../custom/drawers/BlogCommentDrawer.tsx | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/components/custom/drawers/BlogCommentDrawer.tsx b/components/custom/drawers/BlogCommentDrawer.tsx index 4346f12..4e06316 100644 --- a/components/custom/drawers/BlogCommentDrawer.tsx +++ b/components/custom/drawers/BlogCommentDrawer.tsx @@ -4,7 +4,9 @@ import {Avatar, Button, Dropdown, DropdownItem, DropdownMenu, DropdownTrigger} f import {HiOutlineChatBubbleOvalLeftEllipsis} from "react-icons/hi2"; import {useSelector} from "react-redux"; import {RootState} from "@/state/store"; +import { FaEdit } from 'react-icons/fa'; import {Card, CardContent, CardFooter, CardHeader} from "@/components/ui/card"; +import { AiOutlineLike } from 'react-icons/ai'; const BlogCommentDrawer = ({data}: { data: any }) => { @@ -86,6 +88,47 @@ const BlogCommentDrawer = ({data}: { data: any }) => { + + +
+ + +
+ Atharva + 2 months ago +
+
+ +
+ yes you are right!!!! + commit can also be done from terminal and from diffrent IDE. +
+ + + + +
+ + +
+ +
+
);