Add about in mobile

This commit is contained in:
MartinBraquet
2025-09-01 22:19:14 +02:00
parent 3ace876b66
commit 2956ec073f

View File

@@ -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 }
)
}