Make the site logo clickable to return to the homepage

Update the site logo in the search header component to be an anchor tag linking to the homepage, allowing users to navigate back to the main page from any section of the site.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: d7424866-83d1-4486-a212-ac12b4c7becf
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/d7424866-83d1-4486-a212-ac12b4c7becf/pqmC4Ja
This commit is contained in:
sebastjanartic 2025-08-28 11:52:03 +00:00
parent f8c8854ed7
commit fd2cde73b8

View File

@ -27,12 +27,12 @@ export default function SearchHeader({
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex items-center justify-between h-20">
<div className="flex items-center space-x-4">
<div className="flex items-center space-x-2">
<a href="/" className="flex items-center space-x-2 hover:opacity-80 transition-opacity">
<div className="w-9 h-9 bg-bunny-blue rounded-lg flex items-center justify-center">
<Play className="text-white text-base" />
</div>
<h1 className="text-2xl font-bold text-white tracking-wide">go4.video</h1>
</div>
</a>
</div>
<div className="hidden md:flex items-center space-x-6">