Assistant checkpoint: Removed RSS feed button from home page

Assistant generated file changes:
- client/src/pages/home.tsx: Remove RSS feed button

---

User prompt:

please remove the rss feed button

Replit-Commit-Author: Assistant
Replit-Commit-Session-Id: a09637f8-2d94-4b43-9c33-f13fdb346fda
This commit is contained in:
Tommy Parnell
2025-03-22 15:47:56 +00:00
parent ead2da5691
commit 0c473f8737

View File

@@ -300,11 +300,7 @@ export default function Home() {
<Bell className="h-4 w-4" />
)}
</Button>
<Button variant="outline" size="icon" asChild>
<a href="/api/rss" target="_blank" rel="noopener noreferrer">
<Rss className="h-4 w-4" />
</a>
</Button>
</div>
</motion.header>