diff --git a/app/components/DraftSidebar.tsx b/app/components/DraftSidebar.tsx index 7e346e8..dd6f9ae 100644 --- a/app/components/DraftSidebar.tsx +++ b/app/components/DraftSidebar.tsx @@ -86,11 +86,11 @@ export function DraftSidebar({ {/* Recent Picks Section */} - - -

Recent Picks

+ + +

Picks

- + {recentPicksSection}
diff --git a/app/components/draft/SidebarRecentPicks.tsx b/app/components/draft/SidebarRecentPicks.tsx index b8b91ad..fa4cf04 100644 --- a/app/components/draft/SidebarRecentPicks.tsx +++ b/app/components/draft/SidebarRecentPicks.tsx @@ -29,7 +29,6 @@ export function SidebarRecentPicks({ picks }: SidebarRecentPicksProps) { {picks .slice() .reverse() - .slice(0, 10) .map((pick) => (
-

Recent Picks

+

Picks