chore: update @ciphera-net/ui dependency to version 0.0.34 in package.json and package-lock.json; refactor Footer component to simplify layout and remove WebsiteFooter

This commit is contained in:
Usman Baig
2026-01-30 19:47:48 +01:00
parent 2a886b984e
commit 0263d85e50
6 changed files with 9 additions and 290 deletions

View File

@@ -26,9 +26,6 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse' }: FooterProps)
<Component href="/faq" className="hover:text-brand-orange transition-colors">
FAQ
</Component>
<Component href="/installation" className="hover:text-brand-orange transition-colors">
Installation
</Component>
</div>
</div>
</div>