Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/Pages/CommunityFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ const CommunityFeed: React.FC = () => {
<div className="container mx-auto px-4 py-8 max-w-4xl">
<div className="mb-6">
<h1 className="text-3xl font-bold mb-2">Community Feed</h1>
<p className="text-gray-600">
<p className="text-muted-foreground">
See what the community is debating about
</p>
</div>
Expand Down