feat: add FAQ page

This commit is contained in:
Tom (plebeius.eth)
2024-07-02 13:32:50 +02:00
parent 3730e4b4c1
commit 66cc23c404
10 changed files with 288 additions and 14 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ const PostInfo = ({ openReplyModal, post, postReplyCount = 0, roles, isHidden }:
</span>
}
content={`${numberOfPostsByAuthor === 1 ? t('1_post_by_this_user_address') : t('x_posts_by_this_user_address', { number: numberOfPostsByAuthor })}`}
showTooltip={isInPostPageView || showOmittedReplies[postCid] || postReplyCount < 6}
showTooltip={isInPostPageView || showOmittedReplies[postCid] || (postReplyCount < 6 && !pinned)}
/>
){' '}
</>