goWritingPage({ categoryId, writingId: id })}
+ role='button'
+ tabIndex={0}
+ >
+ {categoryName} |
+ {title} |
+ {dateFormatter(createdAt, 'YYYY.MM.DD.')} |
+
+
+ {publishedDetails.map(({ blogName }, index) => (
+ {blogIcon[blogName]}
+ ))}
+
+ |
+
+ ),
+ )}
+