Update the color of the platform logo to a new shade
Update the primary color of the FOLX.TV logo in the home page component. 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/sBm86D3
This commit is contained in:
parent
abfe0dabea
commit
ab9a98f11f
@ -209,7 +209,7 @@ export default function Home() {
|
||||
<div className="flex flex-col items-center justify-center space-y-4">
|
||||
{/* Logo */}
|
||||
<div className="flex items-center space-x-2">
|
||||
<div className="w-8 h-8 bg-gradient-to-r from-rose-500 to-pink-500 rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-8 h-8 bg-[#da234d] rounded-lg flex items-center justify-center shadow-lg">
|
||||
<div className="w-0 h-0 border-l-[8px] border-l-white border-y-[6px] border-y-transparent ml-1 drop-shadow-sm"></div>
|
||||
</div>
|
||||
<h3 className="text-xl font-bold text-white">video.folx.tv</h3>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user