Update logos used on the home page and in the search bar
Replace the existing logo with the new asset in `client/src/pages/Home.tsx` for both the header and search bar components. 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
This commit is contained in:
4
.replit
4
.replit
@ -14,6 +14,10 @@ run = ["npm", "run", "start"]
|
|||||||
localPort = 5000
|
localPort = 5000
|
||||||
externalPort = 80
|
externalPort = 80
|
||||||
|
|
||||||
|
[[ports]]
|
||||||
|
localPort = 33327
|
||||||
|
externalPort = 6800
|
||||||
|
|
||||||
[[ports]]
|
[[ports]]
|
||||||
localPort = 34047
|
localPort = 34047
|
||||||
externalPort = 3002
|
externalPort = 3002
|
||||||
|
|||||||
BIN
attached_assets/Logo_main_1760520090009.png
Normal file
BIN
attached_assets/Logo_main_1760520090009.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
@ -99,7 +99,7 @@ export default function Home() {
|
|||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<img
|
<img
|
||||||
src="/attached_assets/Logo_main_1760515844283.png"
|
src="/attached_assets/Logo_main_1760520090009.png"
|
||||||
alt="SAPIENS"
|
alt="SAPIENS"
|
||||||
className="h-5 w-auto cursor-pointer"
|
className="h-5 w-auto cursor-pointer"
|
||||||
data-testid="logo-sapiens"
|
data-testid="logo-sapiens"
|
||||||
@ -117,7 +117,7 @@ export default function Home() {
|
|||||||
<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">
|
<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>
|
<span className="text-sm text-gray-500">search in</span>
|
||||||
<img
|
<img
|
||||||
src="/attached_assets/Logo_main_1760515844283.png"
|
src="/attached_assets/Logo_main_1760520090009.png"
|
||||||
alt="SAPIENS"
|
alt="SAPIENS"
|
||||||
className="h-2 w-auto"
|
className="h-2 w-auto"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user