Compare commits
10 Commits
bf6ece6a5c
...
41101d7798
| Author | SHA1 | Date | |
|---|---|---|---|
| 41101d7798 | |||
| 60d6fb5db0 | |||
| a47ced155d | |||
| 42adf6bbe1 | |||
| af65b5e830 | |||
| 2629b1cde4 | |||
| 6d27a263c2 | |||
| 9600c1e0ff | |||
| 1f1792811c | |||
| abf65a5c67 |
Binary file not shown.
|
After Width: | Height: | Size: 448 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 MiB |
BIN
attached_assets/sapiens_footer_logo.png
Normal file
BIN
attached_assets/sapiens_footer_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
attached_assets/sapiens_white_footer_logo.png
Normal file
BIN
attached_assets/sapiens_white_footer_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@ -10,9 +10,9 @@ export default function Footer() {
|
||||
<div className="flex items-center justify-between py-2">
|
||||
<div className="flex items-center">
|
||||
<img
|
||||
src="/attached_assets/footer logo_1760529287220.png"
|
||||
src="/attached_assets/sapiens_white_footer_logo.png"
|
||||
alt="SAPIENS"
|
||||
className="h-16 cursor-pointer hover:opacity-80 transition-opacity"
|
||||
className="h-6 py-1 cursor-pointer hover:opacity-80 transition-opacity"
|
||||
data-testid="footer-logo"
|
||||
onClick={() => setLocation("/")}
|
||||
/>
|
||||
|
||||
@ -241,9 +241,9 @@ export default function Article() {
|
||||
<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/sapiens_black_logo.png"
|
||||
src="/attached_assets/sapiens_black_logo.png?v=3"
|
||||
alt="SAPIENS"
|
||||
className="h-4 w-auto"
|
||||
className="h-2 w-auto"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -238,9 +238,9 @@ export default function MediaOutlet() {
|
||||
<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/sapiens_black_logo.png"
|
||||
src="/attached_assets/sapiens_black_logo.png?v=3"
|
||||
alt="SAPIENS"
|
||||
className="h-4 w-auto"
|
||||
className="h-2 w-auto"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -507,9 +507,9 @@ export default function Report() {
|
||||
<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/sapiens_black_logo.png"
|
||||
src="/attached_assets/sapiens_black_logo.png?v=3"
|
||||
alt="SAPIENS"
|
||||
className="h-4 w-auto"
|
||||
className="h-2 w-auto"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user