Updated FooterBar

• Removed:
- Chat link

• Updated:
- Ordering of footer bar buttons
This commit is contained in:
mgabdev 2020-05-15 23:22:49 -04:00
parent 319409b9d1
commit f1c5ed1284

View File

@ -41,22 +41,16 @@ class FooterBar extends PureComponent {
active: currentPathname === '/notifications',
},
{
href: 'https://chat.gab.com',
icon: 'chat',
title: 'Chat',
to: '/groups',
icon: 'group',
title: 'Groups',
active: currentPathname === '/groups',
},
{
href: 'https://trends.gab.com',
icon: 'trends',
title: 'Trends',
},
{
to: '/groups',
icon: 'group',
title: 'Groups',
active: currentPathname === '/groups',
},
]
return (