parent
25bd99abc5
commit
47cf6171c5
14 changed files with 291 additions and 62 deletions
|
@ -59,10 +59,10 @@ const Comments = ({ title }: CommentsProps) => {
|
|||
}, [pathname, title])
|
||||
|
||||
return (
|
||||
<div
|
||||
<section
|
||||
ref={containerRef}
|
||||
className="mt-12 p-4 bg-white dark:bg-gray-800 rounded-lg shadow"
|
||||
aria-label="Comments section"
|
||||
aria-label={t('aria.comments')}
|
||||
role="complementary"
|
||||
/>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue