diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index fcbe289..8bb162a 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -59,15 +59,15 @@ export default function FolxStadlPage() {
{/* Header */}
-
+
{/* Left side - Logo */} -
- -
-
+
+ +
+
-

go4.video

+

go4.video

@@ -76,24 +76,27 @@ export default function FolxStadlPage() { {/* Desktop navigation */}
{ - setSearchQuery(e.target.value); - if (e.target.value) setLocation(`/?search=${encodeURIComponent(e.target.value)}`); - }} - className="bg-white border border-gray-300 rounded-lg px-4 py-2 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-64" + onChange={(e) => setSearchQuery(e.target.value)} + className="bg-white border border-gray-300 rounded-lg px-4 py-2 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-48" />
@@ -119,8 +122,7 @@ export default function FolxStadlPage() { {isMobileMenuOpen && (
- {/* Mobile navigation links - horizontal */} -