update themes

This commit is contained in:
plebeius.eth
2024-03-21 22:16:24 +01:00
parent 9b6bccf1da
commit 61d58340be
4 changed files with 43 additions and 52 deletions
+1 -5
View File
@@ -28,11 +28,7 @@ const BoardNavDesktop = ({ subplebbits }: BoardNavProps) => {
]
</span>
<span className={styles.navTopRight}>
[
<Link to='/settings' onClick={(e) => e.preventDefault()}>
{t('settings')}
</Link>
] [<Link to='/'>{t('home')}</Link>]
[<Link to='/settings'>{t('settings')}</Link>] [<Link to='/'>{t('home')}</Link>]
</span>
</div>
);