diff --git a/public/sprite.svg b/public/sprite.svg
index 6c7bc078..c5af7081 100644
--- a/public/sprite.svg
+++ b/public/sprite.svg
@@ -288,4 +288,7 @@
+
diff --git a/src/components/fb/FidelityBondSteps.module.css b/src/components/fb/FidelityBondSteps.module.css
index 0062b9c6..2e035211 100644
--- a/src/components/fb/FidelityBondSteps.module.css
+++ b/src/components/fb/FidelityBondSteps.module.css
@@ -126,7 +126,6 @@
.utxoCard > .utxoLabel.utxoFrozen > svg {
color: #2d9cdb;
- margin-bottom: 0.1rem;
}
.utxoCard > .utxoLabel.utxoFidelityBond > svg {
diff --git a/src/components/fb/FidelityBondSteps.tsx b/src/components/fb/FidelityBondSteps.tsx
index a2e0676b..c6b1e6d6 100644
--- a/src/components/fb/FidelityBondSteps.tsx
+++ b/src/components/fb/FidelityBondSteps.tsx
@@ -134,7 +134,7 @@ const UtxoCard = ({
)}
{!isLoading && utxo.frozen && !utxoIsLocked && (
)}