Update the platform name to include .TV for branding
Rename the application name from "FOLX" to "FOLX.TV" across the client-side components, including the search header, home page, and not-found page. 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
This commit is contained in:
parent
b5f0b50c4a
commit
68a8846c6c
BIN
attached_assets/image_1756992895021.png
Normal file
BIN
attached_assets/image_1756992895021.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
@ -60,7 +60,7 @@ export default function SearchHeader({
|
||||
<div className="w-9 h-9 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[10px] border-l-white border-y-[7px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">FOLX</h1>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">FOLX.TV</h1>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
|
||||
@ -78,7 +78,7 @@ export default function Home() {
|
||||
<div className="w-10 h-10 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[11px] border-l-white border-y-[8px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">FOLX</h1>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">FOLX.TV</h1>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ export default function NotFound() {
|
||||
<div className="w-9 h-9 gradient-primary rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[10px] border-l-white border-y-[7px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">FOLX</h1>
|
||||
<h1 className="text-2xl font-bold text-white tracking-wide">FOLX.TV</h1>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user