Updated FooterBar
• Removed: - Chat link • Updated: - Ordering of footer bar buttons
This commit is contained in:
parent
319409b9d1
commit
f1c5ed1284
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user