Restored to '085bd898f3078db30450786d8e06fdca8f21e4d5'
Replit-Restored-To: 085bd898f3
This commit is contained in:
@ -95,13 +95,13 @@ export default function Home() {
|
|||||||
<div className="min-h-screen bg-gray-50">
|
<div className="min-h-screen bg-gray-50">
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<header className="bg-white border-b border-gray-200 sticky top-0 z-50">
|
<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="max-w-7xl mx-auto px-6 py-2">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex items-center -ml-2">
|
<div className="flex items-center">
|
||||||
<img
|
<img
|
||||||
src="/attached_assets/sapiens_black_logo.png"
|
src="/attached_assets/sapiens_black_logo.png"
|
||||||
alt="SAPIENS"
|
alt="SAPIENS"
|
||||||
className="h-24 w-auto cursor-pointer"
|
className="h-20 w-auto cursor-pointer"
|
||||||
data-testid="logo-sapiens"
|
data-testid="logo-sapiens"
|
||||||
onClick={() => setLocation("/")}
|
onClick={() => setLocation("/")}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user