Assistant checkpoint: Add notification bell with external link

Assistant generated file changes:
- client/src/pages/home.tsx: Add notification bell with external link

---

User prompt:

Add a notification bell link and have it go to https://downtownnashua.org/downtowner/

Replit-Commit-Author: Assistant
Replit-Commit-Session-Id: 35a83a71-922d-45a5-9b52-ca326468eb93
This commit is contained in:
Tommy Parnell
2025-03-22 15:57:59 +00:00
parent 2965e0e460
commit 9ef820f81c

View File

@@ -271,6 +271,18 @@ export default function Home() {
Newsletter Archive for Downtown Nashua
</p>
<div className="flex justify-center mb-4">
<a
href="https://downtownnashua.org/downtowner/"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors"
>
<Bell className="h-4 w-4" />
<span>Subscribe to Newsletter</span>
</a>
</div>
</motion.header>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">