mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-11 08:35:42 -04:00
Add about in mobile
This commit is contained in:
@@ -154,5 +154,7 @@ const getDesktopNav = (user: User | null | undefined) => {
|
||||
|
||||
// No sidebar when signed out
|
||||
const getSidebarNavigation = (_toggleModal: () => void) => {
|
||||
return buildArray()
|
||||
return buildArray(
|
||||
{ name: 'About', href: '/about', icon: QuestionMarkCircleIcon }
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user