Restored to '917ffd72348bcc0f1291243b7c09bd496470da59'
Replit-Restored-To: 917ffd7234
This commit is contained in:
@ -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("/")}
|
||||
/>
|
||||
|
||||
@ -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("/")}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user