diff --git a/app/components/quoteDialog.tsx b/app/components/quoteDialog.tsx index 6cf26b5..cc5a8df 100644 --- a/app/components/quoteDialog.tsx +++ b/app/components/quoteDialog.tsx @@ -8,7 +8,6 @@ import { Form } from '@remix-run/react' import { useForm } from '@conform-to/react' import { Loader } from './loader' import { useBackdropContext } from '~/lib/context/backdrop' -import { PayLogo } from './ui/logo' export type QuoteArgs = { receiverName: string @@ -64,10 +63,7 @@ export default function Quote({ leaveTo="opacity-0 translate-y-4" > - {/*
*/} -
- -
+
diff --git a/app/components/ui/logo.tsx b/app/components/ui/logo.tsx index f7a6bb3..7f0dbaa 100644 --- a/app/components/ui/logo.tsx +++ b/app/components/ui/logo.tsx @@ -285,36 +285,3 @@ export const InterledgerPayLogo = (props: SVGProps) => { ) } -export const PayLogo = (props: SVGProps) => { - return ( - - - - - - - - ) -}