Restored to '917ffd72348bcc0f1291243b7c09bd496470da59'

Replit-Restored-To: 917ffd7234
This commit is contained in:
kimjaehyeon0101
2025-10-15 10:01:24 +00:00
parent 0badb2926e
commit 9cf1f12f30
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ export default function Footer() {
<img
src="/attached_assets/sapiens_white_logo.png"
alt="SAPIENS"
className="h-16 cursor-pointer hover:opacity-80 transition-opacity"
className="h-8 cursor-pointer hover:opacity-80 transition-opacity"
data-testid="footer-logo"
onClick={() => setLocation("/")}
/>

View File

@ -97,11 +97,11 @@ export default function Home() {
<header className="bg-white border-b border-gray-200 sticky top-0 z-50">
<div className="max-w-7xl mx-auto px-6 py-4">
<div className="flex items-center justify-between">
<div className="flex items-center -ml-2">
<div className="flex items-center">
<img
src="/attached_assets/sapiens_black_logo.png"
alt="SAPIENS"
className="h-24 w-auto cursor-pointer"
className="h-12 w-auto cursor-pointer"
data-testid="logo-sapiens"
onClick={() => setLocation("/")}
/>