feat(post): add "time ago" tooltip to dates

This commit is contained in:
Tom (plebeius.eth)
2024-06-08 13:39:35 +02:00
parent 019972a7ff
commit 19222a66fe
9 changed files with 81 additions and 11 deletions
@@ -63,7 +63,7 @@ const PopularThreadsBox = ({ multisub, subplebbits }: { multisub: Subplebbit[];
return (
<div className={styles.box}>
<div className={`${styles.boxBar} ${styles.color2ColorBar}`}>
<h2 className={styles.capitalize}>{t('popular_threads')}</h2>
<h2 className='capitalize'>{t('popular_threads')}</h2>
<BoxModal isBoardsBoxModal={false} />
</div>
<div className={`${styles.boxContent} ${popularPosts.length === 8 ? styles.popularThreads : ''}`}>