Update header to use official Folx TV branding and logo

Replace the negative black/white logo with the red/white version in the header component for accurate brand representation.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 413891e8-d784-4bea-b9f5-91a5a68316b4
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 5b5f74d4-dd9e-4ced-b7fc-520725381d3b
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/413891e8-d784-4bea-b9f5-91a5a68316b4/cftwqyT
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-02-28 16:40:03 +00:00
parent b032a5f539
commit 7333cd0c52
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

View File

@ -2,7 +2,7 @@ import { Link, useLocation } from "wouter";
import { Menu, X, Search } from "lucide-react"; import { Menu, X, Search } from "lucide-react";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
import { useState } from "react"; import { useState } from "react";
import folxLogo from "@assets/folx_MT_neg_b_1772296711966.png"; import folxLogo from "@assets/folx_MT_poz_b_1772296729169.png";
const navItems = [ const navItems = [
{ label: "Start", href: "/" }, { label: "Start", href: "/" },