From 910e6f17089dae379474cdbfb32681cfe9c0d3eb Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 4 Sep 2025 13:21:10 +0000 Subject: [PATCH] Update branding and domain name across the platform Refactors client-side and server-side code to reflect the new domain name video.folx.tv, updating social image generation, CSS styles, and various UI elements including headers, footers, and copyright notices. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/jh6R7y2 --- client/public/social-image-generator.js | 2 +- client/src/index.css | 6 +++--- client/src/pages/home.tsx | 8 ++++---- client/src/pages/not-found.tsx | 6 +++--- server/generate-og-image.js | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/client/public/social-image-generator.js b/client/public/social-image-generator.js index 308ecfc..f62d3c8 100644 --- a/client/public/social-image-generator.js +++ b/client/public/social-image-generator.js @@ -35,7 +35,7 @@ function createSocialImage() { ctx.fillStyle = 'white'; ctx.font = 'bold 72px Arial, sans-serif'; ctx.textAlign = 'left'; - ctx.fillText('go4.video', 400, 330); + ctx.fillText('video.folx.tv', 400, 330); // Subtitle ctx.fillStyle = 'rgba(255, 255, 255, 0.8)'; diff --git a/client/src/index.css b/client/src/index.css index 510c097..2bc537a 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -301,7 +301,7 @@ input[data-testid*="search"]::placeholder { position: absolute; width: clamp(200px, 20vw, 400px); height: clamp(100px, 10vw, 200px); - background-image: url('@assets/go4_1756394900352.png'); + background-image: url('@assets/folx_MT_poz_b_1756991830394.png'); background-size: contain; background-repeat: no-repeat; background-position: center; @@ -316,7 +316,7 @@ input[data-testid*="search"]::placeholder { position: absolute; width: clamp(150px, 15vw, 300px); height: clamp(75px, 7.5vw, 150px); - background-image: url('@assets/go4_1756394900352.png'); + background-image: url('@assets/folx_MT_poz_b_1756991830394.png'); background-size: contain; background-repeat: no-repeat; background-position: center; @@ -331,7 +331,7 @@ input[data-testid*="search"]::placeholder { position: absolute; width: clamp(100px, 10vw, 200px); height: clamp(50px, 5vw, 100px); - background-image: url('@assets/go4_1756394900352.png'); + background-image: url('@assets/folx_MT_poz_b_1756991830394.png'); background-size: contain; background-repeat: no-repeat; background-position: center; diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index bab60eb..82e7c96 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -67,7 +67,7 @@ export default function Home() { }, [searchQuery, refetch]); return ( -
- © 2025 go4.video. Alle Rechte vorbehalten. + © 2025 video.folx.tv. Alle Rechte vorbehalten.