We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d993e1f commit ef7403cCopy full SHA for ef7403c
src/components/home/article/Article.tsx
@@ -145,6 +145,11 @@ export default function ArticleSection() {
145
{article.author || t('homepage.articles.unknownAuthor')}
146
</div>
147
148
+ <div className={styles.articleInfoItem}>
149
+ <Calendar className={styles.articleIcon} />
150
+ {formatTime(article.CreatedAt)}
151
+ </div>
152
+
153
<div className={styles.articleInfoItem}>
154
<BookOpen className={styles.articleIcon} />
155
{article.readingTime || 6} {t('homepage.articles.readingTime')}
0 commit comments