feat: add profile menu item to sidebar
This commit is contained in:
parent
cdd35b447c
commit
3dd0ecd970
10 changed files with 257 additions and 187 deletions
|
|
@ -6,6 +6,7 @@ import RelaysButton from './ExploreButton'
|
|||
import HomeButton from './HomeButton'
|
||||
import NotificationsButton from './NotificationButton'
|
||||
import PostButton from './PostButton'
|
||||
import ProfileButton from './ProfileButton'
|
||||
import SearchButton from './SearchButton'
|
||||
import SettingsButton from './SettingsButton'
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ export default function PrimaryPageSidebar() {
|
|||
<RelaysButton />
|
||||
<NotificationsButton />
|
||||
<SearchButton />
|
||||
<ProfileButton />
|
||||
<SettingsButton />
|
||||
<PostButton />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue