From 3fe4f760ac184af90d3e780394d789093eaa7796 Mon Sep 17 00:00:00 2001 From: Keane Chan Date: Mon, 7 Nov 2022 14:42:44 +0800 Subject: [PATCH] [resumes][feat] update icon image --- .../comments/ResumeCommentListItem.tsx | 29 +++++++------------ 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/apps/portal/src/components/resumes/comments/ResumeCommentListItem.tsx b/apps/portal/src/components/resumes/comments/ResumeCommentListItem.tsx index 7db38ac9..1a19230b 100644 --- a/apps/portal/src/components/resumes/comments/ResumeCommentListItem.tsx +++ b/apps/portal/src/components/resumes/comments/ResumeCommentListItem.tsx @@ -1,7 +1,6 @@ import clsx from 'clsx'; import { formatDistanceToNow } from 'date-fns'; import { useState } from 'react'; -import { FaceSmileIcon } from '@heroicons/react/24/outline'; import ResumeCommentEditForm from './comment/ResumeCommentEditForm'; import ResumeCommentReplyForm from './comment/ResumeCommentReplyForm'; @@ -29,24 +28,16 @@ export default function ResumeCommentListItem({
{/* Image Icon */} - {comment.user.image ? ( - {comment.user.name - ) : ( - - )} - + {comment.user.name
{/* Name and creation time */}