From 52a9a860778d420042feabcb82dc85271e43b0f8 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 20:40:12 +0000 Subject: [PATCH] Improve header navigation and branding across the platform Updated header component in FolxStadlPage.tsx: - Changed div className from "flex items-center gap-4" to "flex items-center space-x-4". - Changed span to h1 for the logo text "go4.video". - Updated link className for "Home" to change hover color from "text-white" to "text-bunny-blue". - Added a new link for "FOLX STADL" with hover color "text-bunny-blue". - Removed the absolute positioning and centering of the "FOLX STADL" title. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/izllXJt --- client/src/pages/FolxStadlPage.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 5e3e48c..ff00236 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -57,28 +57,26 @@ export default function FolxStadlPage() {