Phase 2: Fix strechted Pulse logo in footer & add Ciphera slogan

This commit is contained in:
Usman Baig
2026-02-05 16:52:28 +01:00
parent 3c69811c20
commit 36dff385a9

View File

@@ -76,7 +76,7 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse', isAuthenticate
width={36}
height={36}
loading="lazy"
className="w-9 h-9 group-hover:scale-105 transition-transform duration-300"
className="w-9 h-9 object-contain group-hover:scale-105 transition-transform duration-300"
/>
<span className="text-xl font-bold text-neutral-900 dark:text-white group-hover:text-brand-orange transition-colors duration-300">
Pulse
@@ -212,10 +212,13 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse', isAuthenticate
<div className="h-px w-full bg-gradient-to-r from-transparent via-neutral-200 dark:via-neutral-800 to-transparent my-8" />
{/* * Bottom bar */}
<div className="flex flex-col sm:flex-row items-center justify-center gap-4">
<div className="flex flex-col sm:flex-row items-center justify-between gap-4">
<p className="text-sm text-neutral-500 dark:text-neutral-400">
© 2024-{year} Ciphera. All rights reserved.
</p>
<p className="text-sm text-neutral-500 dark:text-neutral-400">
Where Privacy Still Exists
</p>
</div>
</div>
</footer>