Update all logos across the platform to a new main logo

Replace all instances of previous black and white logos with the new main logo file in various components and pages. Adjust footer logo for color and background.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/CMG42YQ
This commit is contained in:
kimjaehyeon0101
2025-10-15 08:13:46 +00:00
parent d2eb898640
commit b3ffa5a44b
13 changed files with 14 additions and 15 deletions

View File

@ -1,4 +1,3 @@
import logoWhite from "@assets/logo_white_1759167910147.png";
import { useLocation } from "wouter";
export default function Footer() {
@ -11,9 +10,9 @@ export default function Footer() {
<div className="flex items-center justify-between mb-3">
<div className="flex items-center">
<img
src={logoWhite}
src="/attached_assets/Logo_main_1760515844283.png"
alt="SAPIENS"
className="h-5 cursor-pointer hover:opacity-80 transition-opacity"
className="h-5 cursor-pointer hover:opacity-80 transition-opacity brightness-0 invert"
data-testid="footer-logo"
onClick={() => setLocation("/")}
/>

View File

@ -54,7 +54,7 @@ export default function Header() {
<div className="flex items-center">
<a href="/" data-testid="logo-link">
<img
src="/attached_assets/logo_black_1759162717640.png"
src="/attached_assets/Logo_main_1760515844283.png"
alt="SAPIENS"
className="h-6 w-auto"
data-testid="logo-sapiens"

View File

@ -71,7 +71,7 @@ export default function LoginModal({ isOpen, onClose }: LoginModalProps) {
<DialogTitle className="flex items-center gap-2">
<span>Login to</span>
<img
src="/attached_assets/logo_black_1759181850935.png"
src="/attached_assets/Logo_main_1760515844283.png"
alt="SAPIENS"
className="h-4 w-auto"
/>