chore: update @ciphera-net/ui dependency to version 0.0.54 in package.json and package-lock.json, and adjust footer layout for improved responsiveness

This commit is contained in:
Usman Baig
2026-02-17 20:19:49 +01:00
parent d028b044b9
commit 1574d5e473
3 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse', isAuthenticate
if (isAuthenticated) {
return (
<footer className="w-full py-8 mt-auto border-t border-neutral-100 dark:border-neutral-800 bg-white/50 dark:bg-neutral-900/50 backdrop-blur-sm">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex flex-col md:flex-row justify-between items-center gap-4">
<div className="text-sm text-neutral-500 dark:text-neutral-400">
© 2024-{year} Ciphera. All rights reserved.