diff --git a/components/posts/comments/CommentInput.tsx b/components/posts/comments/CommentInput.tsx index 6ebb2a3..367bf32 100644 --- a/components/posts/comments/CommentInput.tsx +++ b/components/posts/comments/CommentInput.tsx @@ -1,6 +1,7 @@ import ProfileModal from "@/components/modal/profile/ProfileModal"; import AuthButtons from "@/components/navbar/right-content/AuthButtons"; -import { Flex, Textarea, Button, Text, Stack } from "@chakra-ui/react"; +import { Flex, Textarea, Button, Text, Stack, Icon } from "@chakra-ui/react"; +import { LuSend, LuTrash } from "react-icons/lu"; import { User } from "firebase/auth"; import React, { useState } from "react"; @@ -73,45 +74,64 @@ const CommentInput: React.FC = ({ -