From 8eee1c2a71c50d2c7a06327da7bb8f071ac7aebf Mon Sep 17 00:00:00 2001 From: keyan Date: Tue, 16 Apr 2024 16:13:06 -0500 Subject: [PATCH] update withdrawal skeleton --- pages/withdrawals/[id].js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pages/withdrawals/[id].js b/pages/withdrawals/[id].js index 34cf4f79..601291bb 100644 --- a/pages/withdrawals/[id].js +++ b/pages/withdrawals/[id].js @@ -31,13 +31,16 @@ export default function Withdrawl () { export function WithdrawlSkeleton ({ status }) { return ( <> -
+
-
+
+
+ +
) } @@ -108,9 +111,11 @@ function LoadWithdrawl () { />
- - - +
+ + + +
) }