Assistant checkpoint: Fix unclosed JSX tag in home.tsx

Assistant generated file changes:
- client/src/pages/home.tsx: Fix unclosed JSX tag

---

User prompt:

3: 49:57 PM [express] Server is running on port 5000
3: 49:58 PM [vite] Pre-transform error: /home/runner/workspace/client/src/pages/home.tsx: Expected corresponding JSX closing tag for <a>. (293:12)
Replit-Commit-Author: Assistant
Replit-Commit-Session-Id: f9b49aab-5a18-4dd4-92b3-70fc2a6e4e95
This commit is contained in:
Tommy Parnell
2025-03-22 15:53:36 +00:00
parent 98f455d342
commit 9850d7ebfb

View File

@@ -290,7 +290,7 @@ export default function Home() {
) : (
<Bell className="h-4 w-4" />
)}
</Button>
</a>
</div>
</motion.header>