diff --git a/client/pages/Feed.tsx b/client/pages/Feed.tsx index afe5aebf..2dc2ff42 100644 --- a/client/pages/Feed.tsx +++ b/client/pages/Feed.tsx @@ -431,46 +431,74 @@ export default function Feed() { -
- {[ - { - key: "all" as const, - label: "All stories", - icon: Sparkles, - description: "Latest community activity", - }, - { - key: "following" as const, - label: "Following", - icon: Users, - description: "People you follow", - }, - { - key: "trending" as const, - label: "Trending", - icon: Flame, - description: "Most engagement", - }, - ].map(({ key, label, icon: Icon, description }) => ( - - ))} +
+
+ {[ + { + key: "all" as const, + label: "All stories", + icon: Sparkles, + description: "Latest community activity", + }, + { + key: "following" as const, + label: "Following", + icon: Users, + description: "People you follow", + }, + { + key: "trending" as const, + label: "Trending", + icon: Flame, + description: "Most engagement", + }, + ].map(({ key, label, icon: Icon, description }) => ( + + ))} +
+ +
+ {ARMS.map((arm) => ( + + ))} +