mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update themes
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user