diff --git a/public/sprite.svg b/public/sprite.svg
index 9e28e14f..7149a30b 100644
--- a/public/sprite.svg
+++ b/public/sprite.svg
@@ -367,7 +367,7 @@
-
+
diff --git a/src/components/ScheduleProgress.module.css b/src/components/ScheduleProgress.module.css
index 179d5c63..3affd856 100644
--- a/src/components/ScheduleProgress.module.css
+++ b/src/components/ScheduleProgress.module.css
@@ -110,33 +110,13 @@
border-radius: 0 var(--progress-bar-corner-radius) var(--progress-bar-corner-radius) 0;
}
-.jamPot-container {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-
-.jam-pot {
- width: 157px;
- height: 120px;
- margin: 1rem auto;
-}
-
-.text {
- margin: 0 auto;
-}
-
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(39, 174, 96, 0.4);
}
-
70% {
box-shadow: 0 0 0 10px rgba(39, 174, 96, 0);
}
-
100% {
box-shadow: 0 0 0 0 rgba(39, 174, 96, 0);
}
@@ -146,7 +126,6 @@
0% {
width: 0%;
}
-
100% {
width: 100%;
}
diff --git a/src/components/ScheduleProgress.tsx b/src/components/ScheduleProgress.tsx
index 3fb43495..c8e5f8f0 100644
--- a/src/components/ScheduleProgress.tsx
+++ b/src/components/ScheduleProgress.tsx
@@ -120,35 +120,33 @@ const ScheduleProgress = ({ schedule }: ScheduleProgressProps) => {
{t('scheduler.progress_description')}
-
-
+
+
-
+
{steps.completedTxs < steps.txs.length ? (
- <>
-
-
-
- Waiting for transaction current of
- total to process...
-
-
- >
+
+
+
+ Waiting for transaction current of
+ total to process...
+
+
) : (