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',
|
active: currentPathname === '/notifications',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
to: '/groups',
|
||||||
href: 'https://chat.gab.com',
|
icon: 'group',
|
||||||
icon: 'chat',
|
title: 'Groups',
|
||||||
title: 'Chat',
|
active: currentPathname === '/groups',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://trends.gab.com',
|
href: 'https://trends.gab.com',
|
||||||
icon: 'trends',
|
icon: 'trends',
|
||||||
title: 'Trends',
|
title: 'Trends',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
to: '/groups',
|
|
||||||
icon: 'group',
|
|
||||||
title: 'Groups',
|
|
||||||
active: currentPathname === '/groups',
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user