diff --git a/client-solid/src/Components/Comment.tsx b/client-solid/src/Components/Comment.tsx index 0ceb98f..802d2ef 100644 --- a/client-solid/src/Components/Comment.tsx +++ b/client-solid/src/Components/Comment.tsx @@ -1,5 +1,8 @@ -import { JSXElement, } from "solid-js"; -import { PublicComment } from "../Util/api"; +import { JSXElement } from "solid-js"; + +import { ReplyIcon } from "../Util/Icons"; +import { EngagementIcon } from "../Util/Icons"; +import { PublicComment } from "../Util/api"; /** * Comment is a component that displays a single comment. @@ -9,11 +12,21 @@ import { PublicComment } from "../Util/api"; */ export function Comment({ comment }: { comment: PublicComment }): JSXElement { return ( -
{props.post?.content}
-+ {props.post?.content} +
+