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:
Binary file not shown.
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 59 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user