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
This commit is contained in:
@ -6,17 +6,8 @@ export default function Footer() {
|
|||||||
return (
|
return (
|
||||||
<footer className="fixed bottom-0 left-0 right-0 bg-gray-900 border-t border-gray-700 z-40">
|
<footer className="fixed bottom-0 left-0 right-0 bg-gray-900 border-t border-gray-700 z-40">
|
||||||
<div className="max-w-7xl mx-auto px-4">
|
<div className="max-w-7xl mx-auto px-4">
|
||||||
{/* Logo and Social Icons */}
|
{/* Contact Us */}
|
||||||
<div className="flex items-center justify-between py-2">
|
<div className="flex items-center justify-end py-2">
|
||||||
<div className="flex items-center">
|
|
||||||
<img
|
|
||||||
src="/attached_assets/sapiens_white_logo.png?v=2"
|
|
||||||
alt="SAPIENS"
|
|
||||||
className="h-16 cursor-pointer hover:opacity-80 transition-opacity -mr-3 -mb-2 -mt-2"
|
|
||||||
data-testid="footer-logo"
|
|
||||||
onClick={() => setLocation("/")}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<a href="#" className="text-xs text-gray-400 hover:text-white cursor-pointer" data-testid="contact-us-link">
|
<a href="#" className="text-xs text-gray-400 hover:text-white cursor-pointer" data-testid="contact-us-link">
|
||||||
Contact Us
|
Contact Us
|
||||||
|
|||||||
Reference in New Issue
Block a user