From ade66b354490a4903659686aa4643dd98923a394 Mon Sep 17 00:00:00 2001 From: Tymmmy <117268143+Tymmmy@users.noreply.github.com> Date: Wed, 6 May 2026 14:45:36 +0300 Subject: [PATCH] Revert "changes needed for frontend" This reverts commit ad61949bf0ab403bed240198a69b332910af53d1. --- app/components/quoteDialog.tsx | 6 +----- app/components/ui/logo.tsx | 33 --------------------------------- 2 files changed, 1 insertion(+), 38 deletions(-) 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 ( - - - - - - - - ) -}