From 5872b2c46b9be5fcc8671329d329d941db570788 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Fri, 28 Jun 2024 13:35:34 +0000 Subject: [PATCH] [accelerator] fix success/failure messages --- .../accelerate-checkout.component.html | 24 +++++++------------ .../accelerate-checkout.component.ts | 1 + 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html index b8b9a4283..7a7dab8cf 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html @@ -1,27 +1,21 @@
- @if (error) { -
- -
- } - @else if (step === 'quote') { - -
-
-
- Transaction has now been submitted to mining pools for acceleration. -
+
+
+
+ Transaction has now been submitted to mining pools for acceleration.
+
- -
+ @if (error) { +
- + } + @else if (step === 'quote') {
{ if (response.status === 403 && response.error === 'not_available') {