Remove "View all opportunities" button from home page

Delete the "View all opportunities" button component from the home page in `artifacts/ehsan-poc/src/pages/home.tsx`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 1fa9329f-0cec-4a2f-80e8-e26dbae3142e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 996b0aa6-2025-430e-9e03-f7a22c7b6893
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/4d696b13-86f2-4c9d-be0d-95b293430047/1fa9329f-0cec-4a2f-80e8-e26dbae3142e/7KqTr8p
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
Replit Agent
2026-06-05 19:15:57 +00:00
parent c7573c35bf
commit ed5ad21465
3 changed files with 0 additions and 6 deletions
-6
View File
@@ -191,12 +191,6 @@ export default function Home() {
{/* Featured Opportunities */}
<section className="mb-16">
<div className="flex items-center justify-end mb-6 flex-wrap gap-3">
<Link href="/opportunities">
<Button variant="outline" size="sm">{t.home.viewOpportunities}</Button>
</Link>
</div>
{/* Search */}
<div className="mb-8 max-w-xl">
<label htmlFor="home-search" className="sr-only">{t.home.searchLabel}</label>