This commit is contained in:
codytseng 2025-01-08 23:17:47 +08:00
parent fe815bcce5
commit 9f0f39f480
11 changed files with 98 additions and 105 deletions

View file

@ -5,18 +5,20 @@ import HomeButton from './HomeButton'
import NotificationsButton from './NotificationButton'
import PostButton from './PostButton'
import SearchButton from './SearchButton'
import SettingsButton from './SettingsButton'
export default function PrimaryPageSidebar() {
return (
<div className="w-16 xl:w-52 hidden sm:flex flex-col pb-2 pt-4 px-2 justify-between h-full shrink-0">
<div className="space-y-2">
<div className="px-2 mb-10 w-full">
<div className="px-2 mb-8 w-full">
<Icon className="xl:hidden" />
<Logo className="max-xl:hidden" />
</div>
<HomeButton />
<NotificationsButton />
<SearchButton />
<SettingsButton />
<PostButton />
</div>
<AccountButton />