jam411 3 lat temu
rodzic
commit
4e7527c1ba

+ 1 - 1
packages/app/src/components/PageComment/CommentControl.tsx

@@ -9,7 +9,7 @@ export const CommentControl = (props: CommentControlProps): JSX.Element => {
   const { onClickEditBtn, onClickDeleteBtn } = props;
 
   return (
-    // The page-comment-control is imported from Comment.module.scss
+    // The page-comment-control class is imported from Comment.module.scss
     <div className="page-comment-control">
       <button type="button" className="btn btn-link p-2" onClick={onClickEditBtn}>
         <i className="ti ti-pencil"></i>