From 89cc4d402801a6d954abf098469317b73e1e1a15 Mon Sep 17 00:00:00 2001 From: Stephen Gordon Date: Wed, 27 Mar 2024 20:54:44 +0000 Subject: [PATCH] small change to menu --- src/app/@drawer/(.)menu/page.tsx | 5 -- .../SendNotification/SendNotification.tsx | 46 ++++++++++--------- src/app/components/SendUsdc/SendUsdc.tsx | 2 +- 3 files changed, 25 insertions(+), 28 deletions(-) diff --git a/src/app/@drawer/(.)menu/page.tsx b/src/app/@drawer/(.)menu/page.tsx index 517517d..2c514a0 100644 --- a/src/app/@drawer/(.)menu/page.tsx +++ b/src/app/@drawer/(.)menu/page.tsx @@ -26,11 +26,6 @@ export default function Page() { - - Are you absolutely sure? - This action cannot be undone. - - -

{text}

- - - +
+

{text}

+ + + +
); } diff --git a/src/app/components/SendUsdc/SendUsdc.tsx b/src/app/components/SendUsdc/SendUsdc.tsx index 2dcab0a..eed81a9 100644 --- a/src/app/components/SendUsdc/SendUsdc.tsx +++ b/src/app/components/SendUsdc/SendUsdc.tsx @@ -121,7 +121,7 @@ export default function SendUsdc() {