|
|
@@ -159,7 +159,7 @@ export const PageComment: FC<Props> = memo((props:Props): JSX.Element => {
|
|
|
|
|
|
return (
|
|
|
<>
|
|
|
- <div className={`${styles['page-comment-module']} page-comments-row comment-list`}>
|
|
|
+ <div className={`${styles['page-comment-styles']} page-comments-row comment-list`}>
|
|
|
<div className="container-lg">
|
|
|
<div className="page-comments">
|
|
|
<h2 className={commentTitleClasses}><i className="icon-fw icon-bubbles"></i>Comments</h2>
|