diff --git a/src/app/@auth/(.)search/page.tsx b/src/app/@auth/(.)search/page.tsx index f64afed..158c28b 100644 --- a/src/app/@auth/(.)search/page.tsx +++ b/src/app/@auth/(.)search/page.tsx @@ -43,9 +43,9 @@ import { Avatar } from '@/app/components/ui/avatar'; // types import { Contact } from '@/app/types/types'; -import { TextGenerateEffect } from '@/app/components/ui/text-generate-effect'; - +import { TextGenerateEffect + } from '@/app/components/ui/text-generate-effect'; export default function Page() { const [payee, setPayee] = useState(''); const [scanner, setScanner] = useState(false); @@ -102,7 +102,10 @@ export default function Page() { }} /> - +

+ + +

diff --git a/src/app/components/addAContact/addAContact.tsx b/src/app/components/addAContact/addAContact.tsx index 2123150..2b7c0f8 100644 --- a/src/app/components/addAContact/addAContact.tsx +++ b/src/app/components/addAContact/addAContact.tsx @@ -91,7 +91,7 @@ export default function AddAContact({ return ( - +