Adjust header to reposition search and remove library title

Remove the video library title and description from the header and adjust layout for search bar positioning.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 2eb1084e-b728-4449-9231-f1665924c8d5
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2eb1084e-b728-4449-9231-f1665924c8d5/R8bHwWC
This commit is contained in:
sebastjanartic 2025-08-28 19:44:38 +00:00
parent f21ee8e01a
commit 67fd934269

View File

@ -128,12 +128,7 @@ export default function SearchHeader({
{/* Filter Bar */}
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4">
<div className="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4">
<div>
<h2 className="text-2xl font-bold mb-2 text-bunny-light">Video Library</h2>
<p className="text-bunny-muted">Video streaming platform</p>
</div>
<div className="flex flex-col sm:flex-row sm:items-center sm:justify-end gap-4">
<div className="hidden sm:flex bg-bunny-gray rounded-lg p-1">
<Button
variant={currentView === "grid" ? "default" : "ghost"}