mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
hide create and vote buttons, they are low priority
This commit is contained in:
@@ -85,7 +85,8 @@ const TopBarDesktop = () => {
|
||||
{renderSubplebbits(projectsSubs)}
|
||||
{renderSubplebbits(interestsSubs)}
|
||||
{renderSubplebbits(randomSubs)}
|
||||
{renderSubplebbits(internationalSubs)}[
|
||||
{renderSubplebbits(internationalSubs)}
|
||||
{/* [
|
||||
<Link
|
||||
to='boards/create'
|
||||
onClick={(e) => {
|
||||
@@ -105,7 +106,7 @@ const TopBarDesktop = () => {
|
||||
>
|
||||
Vote
|
||||
</Link>
|
||||
]
|
||||
] */}
|
||||
</span>
|
||||
<span className={styles.navTopRight}>
|
||||
[<Link to={!location.pathname.endsWith('settings') ? location.pathname.replace(/\/$/, '') + '/settings' : location.pathname}>{t('settings')}</Link>] [
|
||||
|
||||
Reference in New Issue
Block a user