hide create and vote buttons, they are low priority

This commit is contained in:
Tom (plebeius.eth)
2024-08-30 22:44:49 +02:00
parent d73de7d185
commit defd56f5f8
+3 -2
View File
@@ -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>] [