Update logo source to fix display issues across the platform
Corrected image source path for the SAPIENS logo in multiple components (Footer, Header, LoginModal, AdminDashboard, Article, AuctionGuide, Auctions, Community, Home, Landing, MediaOutlet, Report) from `/attached_assets/검은색 로고_1760521542271.png` to `/attached_assets/sapiens_black_logo.png` to resolve display errors. 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/uLfJUnK
This commit is contained in:
@ -132,7 +132,7 @@ export default function Landing() {
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center">
|
||||
<img
|
||||
src="/attached_assets/검은색 로고_1760521542271.png"
|
||||
src="/attached_assets/sapiens_black_logo.png"
|
||||
alt="SAPIENS"
|
||||
className="h-8 w-auto"
|
||||
data-testid="logo-sapiens"
|
||||
@ -148,7 +148,7 @@ export default function Landing() {
|
||||
<div className="pl-10 pr-16 py-1.5 bg-gray-50 border border-gray-200 rounded-md flex items-center space-x-2 hover:bg-gray-100 transition-colors">
|
||||
<span className="text-sm text-gray-500">search in</span>
|
||||
<img
|
||||
src="/attached_assets/검은색 로고_1760521542271.png"
|
||||
src="/attached_assets/sapiens_black_logo.png"
|
||||
alt="SAPIENS"
|
||||
className="h-4 w-auto"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user