fix: add activity panel toggle button to Explore page header

This commit is contained in:
Jannis Braun
2026-03-05 02:05:02 +01:00
parent aef15a7cf7
commit a9a68187b0
@@ -4,6 +4,7 @@ import { useExploreStore, type TaggedExploreServer } from '../../stores/exploreS
import { useServerStore } from '../../stores/serverStore';
import { LoadingSpinner } from '../ui/LoadingSpinner';
import { getServerGradient } from '../../utils/gradients';
import { MemberListToggleButton } from '../layout/MemberListToggleButton';
export function ExplorePage() {
const navigate = useNavigate();
@@ -94,6 +95,10 @@ export function ExplorePage() {
</button>
)}
</div>
<div className="ml-auto flex items-center gap-1">
<MemberListToggleButton />
</div>
</div>
{/* Content */}