Compare commits

...

10 Commits

Author SHA1 Message Date
41101d7798 Adjust spacing around the logo in the footer for better visual appeal
Update the className prop for the footer logo image in `Footer.tsx` to include `py-1`, adding vertical padding.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/8ed40069-729c-4a0d-a003-1834630466e9/oZgexwr
2025-10-15 12:21:58 +00:00
60d6fb5db0 Reduce the size of the logo displayed in the website footer
Update the `h-8` class to `h-6` for the footer logo image in `client/src/components/Footer.tsx`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/8ed40069-729c-4a0d-a003-1834630466e9/oZgexwr
2025-10-15 12:21:28 +00:00
a47ced155d Update the header logo and remove the footer logo
Replace the footer logo with a white version and adjust header logo styling.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/8ed40069-729c-4a0d-a003-1834630466e9/oZgexwr
2025-10-15 12:20:41 +00:00
42adf6bbe1 Update article page to show updated logo and smaller size
Update the SAPIENS logo source path in Article.tsx to include a version parameter and adjust its height.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/8ed40069-729c-4a0d-a003-1834630466e9/oZgexwr
2025-10-15 12:14:51 +00:00
af65b5e830 Update search bar to use the home screen's search component
Replace search bars in media outlet and report pages with the home screen's search component.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/8ed40069-729c-4a0d-a003-1834630466e9/oZgexwr
2025-10-15 12:13:14 +00:00
2629b1cde4 Reduce the size of the footer logo to two-thirds of its original dimensions
Resizes the footer logo image from h-16 to h-11 in client/src/components/Footer.tsx.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/8ed40069-729c-4a0d-a003-1834630466e9/oZgexwr
2025-10-15 12:10:21 +00:00
6d27a263c2 Update footer logo source to ensure consistent styling
Update the footer logo image source in `client/src/components/Footer.tsx` by appending a cache-busting query parameter `?v=2` to the existing path `/attached_assets/sapiens_footer_logo.png`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/8ed40069-729c-4a0d-a003-1834630466e9/oZgexwr
2025-10-15 12:09:17 +00:00
9600c1e0ff Update the footer logo to match the selected image background
Replaced the footer logo image with 'sapiens_footer_logo.png' and removed the invert filter.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-15 12:07:24 +00:00
1f1792811c Add SAPIENS logo to the footer in white text
Add a white SAPIENS logo to the left of the footer in Footer.tsx.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-15 12:02:33 +00:00
abf65a5c67 Restored to '4481c4244afe6b42b771140c595876b23e2f44d9'
Replit-Restored-To: 4481c4244a
2025-10-15 11:57:31 +00:00
8 changed files with 8 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -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("/")}
/>

View File

@ -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>

View File

@ -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>

View File

@ -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>