Added About link to LoggedOutSidebar
• Added: - About link to LoggedOutSidebar
This commit is contained in:
parent
f3e4bb134a
commit
ffb60b4f01
|
@ -20,6 +20,7 @@ class LoggedOutSidebar extends React.PureComponent {
|
|||
<SidebarSectionItem title='Search' icon='search-alt' to='/search' />
|
||||
<SidebarSectionItem title='Groups' icon='group' to='/groups' />
|
||||
<SidebarSectionItem title='News' icon='news' to='/news' />
|
||||
<SidebarSectionItem title='About' icon='list' to='/about' />
|
||||
|
||||
<SidebarSectionTitle>{intl.formatMessage(messages.explore)}</SidebarSectionTitle>
|
||||
<SidebarSectionItem title='Apps' icon='apps' href='https://apps.gab.com' />
|
||||
|
|
Loading…
Reference in New Issue