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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user