Commit Graph

240 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
d3a722a56f Update footer to display the SAPIENS logo prominently
Add the SAPIENS logo to the footer component and adjust layout to accommodate it.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/sEk2LIT
2025-10-15 11:55:30 +00:00
4481c4244a Remove the SAPIENS logo from the footer
Remove the SAPIENS logo image and its associated click handler from the Footer component in client/src/components/Footer.tsx.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/sEk2LIT
2025-10-15 11:51:26 +00:00
5922197323 Adjust footer logo spacing to match contact us section
Update Footer.tsx to adjust vertical padding and margin for the SAPIENS logo in the footer component.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/sEk2LIT
2025-10-15 11:49:33 +00:00
86972ac9de Slightly move the selected logo image to the left
Adjusted the `className` of the SAPIENS logo image in `Landing.tsx` to include `-ml-2` for a minor leftward shift.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/sEk2LIT
2025-10-15 11:48:28 +00:00
272e5d26cc Remove extra space around the company logo in the footer
Adjusted the margin on the SAPIENS logo in the Footer component to remove -mr-3 and -mb-2.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/sEk2LIT
2025-10-15 11:47:07 +00:00
0697f1620f Increase the size of the SAPIENS logo on the landing page
Update the `className` attribute of the SAPIENS logo image in `client/src/pages/Landing.tsx` from "h-1 w-auto" to "h-2 w-auto" to double its size.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/sEk2LIT
2025-10-15 11:44:56 +00:00
7422ea0752 Reduce the size of the Sapiens logo on the landing page
Update the `src` attribute of the Sapiens logo image to include a version query parameter and change the `className` to reduce its height to 1/4 of the original size.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/sEk2LIT
2025-10-15 11:44:22 +00:00
e93b8f99a8 Reduce the size of the Sapiens logo displayed on the homepage
Update the `className` attribute for the `img` tag in `client/src/pages/Home.tsx` to reduce the logo's height from `h-[4px]` to `h-1.5`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 11:41:32 +00:00
014902213a Reduce the size of the logo on the main page
Decrease the height of the SAPIENS logo image in Home.tsx from 7px to 4px.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 11:38:49 +00:00
e1408daa50 Adjust logo size in search bar for better visual balance
Update the logo's height in the search bar from h-3.5 to h-[7px] within the Home page component.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 11:36:07 +00:00
a0c35fbcc9 Resize the logo within the search bar to match text size
Adjusted the 'h-' class for the logo image in Home.tsx from 'h-[2px]' to 'h-3.5' to visually align its size with the adjacent search text.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 11:34:55 +00:00
25fe27560b Adjust the size of the SAPIENS logo on the homepage
Update the `className` for the SAPIENS logo image in `client/src/pages/Home.tsx` from `h-[0.5rem]` to `h-[2px]`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 11:31:52 +00:00
31ca5cc142 Reduce the size of the Sapiens logo next to the search bar
Adjust the 'h-' class in Home.tsx from 'h-2' to 'h-[0.5rem]' to decrease the logo size.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 11:29:44 +00:00
c0b1a4bd35 Adjust spacing in the footer and reduce logo size in search bars
Update padding in the Footer component and decrease the size of the SAPIENS logo within the search bar component by modifying CSS classes and image source versions.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 11:26:12 +00:00
88616fbf79 Adjust logo spacing and update image references for better visual alignment
Update logo images by removing internal padding and adjusting their positioning in the header, footer, and home page components. Also, updated image references to include cache-busting query parameters and added the 'sharp' package to package.json.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 11:24:08 +00:00
9da4d04218 Adjust layout to improve visual alignment of logos and content
Update CSS margin properties in Header, Footer, and Home components to correct logo alignment issues.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 11:16:12 +00:00
325101fd26 Align header and footer elements for better visual consistency
Adjust negative margins on logo links in Header and Footer components to visually align elements with adjacent text and icons.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 10:59:12 +00:00
bd4eaafd9d Align Sapiens logo and category labels visually
Adjusted padding and margin in Header and Footer components to align the Sapiens logo with the 'People' category label.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 10:57:10 +00:00
c55e772b59 Align Sapiens logo with the "People" category on the left
Adjust padding and margin in Header and Footer components to align the Sapiens logo with the left side of the "People" category.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
2025-10-15 10:54:44 +00:00
65dfedd4f4 Adjust logo positioning in header and footer sections
Update padding in Header.tsx and Footer.tsx to adjust the Sapience logo's horizontal position, aligning it with the provided screenshot.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-15 10:52:28 +00:00
ad0bf7a90a Reduce top and bottom padding in the footer logo and contact us section
Adjusted py-0.5 to no padding in the footer's logo and contact us section within Footer.tsx.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-15 10:47:25 +00:00
7c5b7f8651 Reduce header and footer padding for a more compact layout
Adjusts padding in Footer.tsx (px-4 to px-2, py-1 to py-0.5) and Header.tsx (px-4 to px-2) for reduced horizontal and vertical spacing.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-15 10:46:44 +00:00
e8325ea141 Adjust footer padding and align header logo to the left
Reduced vertical padding in the Footer component and adjusted horizontal padding in the Header component to align the logo to the left.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-15 10:45:24 +00:00
666ae41de6 Adjust spacing in the footer component for better visual hierarchy
Update the padding on the copyright notice and reduce padding on the logo/contact section within the Footer component.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-15 10:43:18 +00:00
0f6d8b4eca Restored to '3a5619a17af7c89bd61403914843ef2cd9e499b5'
Replit-Restored-To: 3a5619a17a
2025-10-15 10:39:18 +00:00
e9bdec62b4 Increase vertical spacing around the footer content
Update the padding on the footer component's main div from py-2 to py-6.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: be85c34a-c656-4f05-8bde-66fb170ebb99
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-15 10:39:04 +00:00
a12240036c Restored to '085bd898f3078db30450786d8e06fdca8f21e4d5'
Replit-Restored-To: 085bd898f3
2025-10-15 10:09:25 +00:00
cca7e8cb8b Reduce top and bottom spacing in the footer section
Adjust padding and margin values within the Footer component to minimize vertical space in the top section.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 138dae0c-e24a-4a81-a702-742581b06c52
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-15 10:09:09 +00:00
50337099fd Restored to '0badb2926eaf2f0c9d41c828d6d880ed7c0933f9'
Replit-Restored-To: 0badb2926e
2025-10-15 10:04:35 +00:00
33f7cf5904 Enlarge logo sizes and adjust header/footer spacing for better visual appeal
Adjusted header and footer logo sizes to be 10x larger and reduced vertical padding within these sections to minimize empty space.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: b6fb36ea-9c9b-4f05-990a-14f0688ffc6d
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-15 10:04:05 +00:00
9cf1f12f30 Restored to '917ffd72348bcc0f1291243b7c09bd496470da59'
Replit-Restored-To: 917ffd7234
2025-10-15 10:01:24 +00:00
9a32c766a5 Enlarge and adjust logo size and position in header and footer
Increase the size of the SAPIENS logo in the header by 2x and shift it left to align with other elements. Also, double the size of the logo in the footer.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK
2025-10-15 10:00:29 +00:00
917ffd7234 Update the footer logo to a new white version
Replaced the black SAPIENS logo in the footer with a new white version (attached_assets/sapiens_white_logo.png).

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK
2025-10-15 09:59:30 +00:00
3683e14621 Make the main logo larger and adjust footer logo appearance
Update Home component logo size (h-8 to h-12) and adjust footer logo styling (brightness/invert filter) for better contrast.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK
2025-10-15 09:55:59 +00:00
0d4b7726d9 Update footer logo to use white text with footer background color
Modify the footer logo component to invert colors and adjust brightness, ensuring the logo text appears white and the background matches the footer's theme.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK
2025-10-15 09:54:12 +00:00
06e79e1e25 Update logo source to fix display issues across the platform
Corrected image source path for the SAPIENS logo in multiple components (Footer, Header, LoginModal, AdminDashboard, Article, AuctionGuide, Auctions, Community, Home, Landing, MediaOutlet, Report) from `/attached_assets/검은색 로고_1760521542271.png` to `/attached_assets/sapiens_black_logo.png` to resolve display errors.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK
2025-10-15 09:52:56 +00:00
8da7ee444d Increase logo size across the platform for better visibility
Adjusted the `height` CSS property for the SAPIENS logo in multiple components (Footer.tsx, Header.tsx, LoginModal.tsx, AdminDashboard.tsx, Article.tsx, AuctionGuide.tsx, Auctions.tsx, Community.tsx, Home.tsx, Landing.tsx, MediaOutlet.tsx, Report.tsx) to improve its visual presence.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK
2025-10-15 09:49:13 +00:00
304df86061 Update all logos across the platform to a new design
Replaces the old logo image path with the new logo image path in multiple components and pages including Header, Footer, LoginModal, and various content pages.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK
2025-10-15 09:47:26 +00:00
7d6b9f383e Update website logos and prioritize specific media outlets in lists
Replace all instances of the old logo with a new one across various components and pages, and implement logic to pin the 'Mohamed Salah' media outlet to the top of the 'People' category list.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK
2025-10-15 09:42:07 +00:00
c24433dd9f Update the website's logo to the new blue version
Replaced old black logos with the new blue logo in the header and search bar on the landing page.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/CMG42YQ
2025-10-15 09:36:01 +00:00