fix: color missing, translation missing

This commit is contained in:
Tom (plebeius.eth)
2024-10-15 13:10:47 +02:00
parent 5c3fed9972
commit 0705bd9dbd
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ const Board = () => {
<Trans
i18nKey='newer_posts_available'
components={{
1: <span onClick={handleNewerPostsButtonClick} />,
1: <span className={styles.newerPostsButton} onClick={handleNewerPostsButtonClick} />,
}}
/>
</div>