Replace external Footer with local component to fix 'Why Drop' text

Co-authored-by: usman <usman@ciphera.net>
This commit is contained in:
Cursor Agent
2026-01-21 12:16:49 +00:00
parent e28baa5482
commit 6eff7ef09a
2 changed files with 36 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
'use client'
import { Header, Footer } from '@ciphera-net/ui'
import { Header } from '@ciphera-net/ui'
import { Footer } from '@/components/Footer'
import { useAuth } from '@/lib/auth/context'
import Link from 'next/link'