Increase logo size across the platform for better visibility
Adjusted the `height` CSS property for the SAPIENS logo in multiple components (Footer.tsx, Header.tsx, LoginModal.tsx, AdminDashboard.tsx, Article.tsx, AuctionGuide.tsx, Auctions.tsx, Community.tsx, Home.tsx, Landing.tsx, MediaOutlet.tsx, Report.tsx) to improve its visual presence. 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:
@ -134,7 +134,7 @@ export default function Landing() {
|
||||
<img
|
||||
src="/attached_assets/검은색 로고_1760521542271.png"
|
||||
alt="SAPIENS"
|
||||
className="h-6 w-auto"
|
||||
className="h-8 w-auto"
|
||||
data-testid="logo-sapiens"
|
||||
/>
|
||||
</div>
|
||||
@ -150,7 +150,7 @@ export default function Landing() {
|
||||
<img
|
||||
src="/attached_assets/검은색 로고_1760521542271.png"
|
||||
alt="SAPIENS"
|
||||
className="h-2 w-auto"
|
||||
className="h-4 w-auto"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user