@@ -24,9 +24,9 @@ import Sidebar from './nav/sidebar'
2424import { useProfile } from 'web/hooks/use-profile'
2525import { Profile } from 'common/profiles/profile'
2626import { NotificationsIcon , SolidNotificationsIcon } from './notifications-icon'
27- import { IS_MAINTENANCE } from "common/constants" ;
28- import { MdThumbUp } from "react-icons/md" ;
29- import { FaEnvelope } from "react-icons/fa" ;
27+ import { IS_MAINTENANCE } from "common/constants"
28+ import { MdThumbUp } from "react-icons/md"
29+ import { FaEnvelope } from "react-icons/fa"
3030
3131export function PageBase ( props : {
3232 trackPageView : string | false
@@ -106,20 +106,20 @@ export function PageBase(props: {
106106 )
107107}
108108
109- const Profiles = { name : 'Profiles' , href : '/' , icon : SolidHomeIcon } ;
110- const ProfilesHome = { name : 'Profiles' , href : '/' , icon : HomeIcon } ;
111- const faq = { name : 'FAQ' , href : '/faq' , icon : SolidQuestionIcon } ;
112- const About = { name : 'About' , href : '/about' , icon : QuestionMarkCircleIcon } ;
113- const Signin = { name : 'Sign in' , href : '/signin' , icon : UserCircleIcon } ;
114- const Notifs = { name : 'Notifs' , href : `/notifications` , icon : NotificationsIcon } ;
115- const NotifsSolid = { name : 'Notifs' , href : `/notifications` , icon : SolidNotificationsIcon } ;
116- const Messages = { name : 'Messages' , href : '/messages' , icon : PrivateMessagesIcon } ;
117- const Social = { name : 'Social' , href : '/social' , icon : LinkIcon } ;
118- const Organization = { name : 'Organization' , href : '/organization' , icon : GlobeAltIcon } ;
119- const Vote = { name : 'Vote' , href : '/vote' , icon : MdThumbUp } ;
120- const Contact = { name : 'Contact' , href : '/contact' , icon : FaEnvelope } ;
121- const News = { name : "What's new" , href : '/news' , icon : NewspaperIcon } ;
122- const Settings = { name : "Settings" , href : '/settings' , icon : CogIcon } ;
109+ const Profiles = { name : 'Profiles' , href : '/' , icon : SolidHomeIcon }
110+ const ProfilesHome = { name : 'Profiles' , href : '/' , icon : HomeIcon }
111+ const faq = { name : 'FAQ' , href : '/faq' , icon : SolidQuestionIcon }
112+ const About = { name : 'About' , href : '/about' , icon : QuestionMarkCircleIcon }
113+ const Signin = { name : 'Sign in' , href : '/signin' , icon : UserCircleIcon }
114+ const Notifs = { name : 'Notifs' , href : `/notifications` , icon : NotificationsIcon }
115+ const NotifsSolid = { name : 'Notifs' , href : `/notifications` , icon : SolidNotificationsIcon }
116+ const Messages = { name : 'Messages' , href : '/messages' , icon : PrivateMessagesIcon }
117+ const Social = { name : 'Social' , href : '/social' , icon : LinkIcon }
118+ const Organization = { name : 'Organization' , href : '/organization' , icon : GlobeAltIcon }
119+ const Vote = { name : 'Vote' , href : '/vote' , icon : MdThumbUp }
120+ const Contact = { name : 'Contact' , href : '/contact' , icon : FaEnvelope }
121+ const News = { name : "What's new" , href : '/news' , icon : NewspaperIcon }
122+ const Settings = { name : "Settings" , href : '/settings' , icon : CogIcon }
123123
124124const base = [
125125 About ,
0 commit comments