diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss
index b35308384..ad085ed20 100644
--- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss
+++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss
@@ -172,10 +172,6 @@
background-color: var(--tertiary);
}
-.btn-small-height {
- line-height: 1;
-}
-
.summary-row {
display: flex;
flex-direction: row;
diff --git a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html
index dbc79fb95..be5d7e021 100644
--- a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html
+++ b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html
@@ -20,7 +20,7 @@
@if (hasCpfp) {
-
+
}
@@ -36,7 +36,7 @@
|
-
+
|
diff --git a/frontend/src/app/components/transaction/transaction-details/transaction-details.component.html b/frontend/src/app/components/transaction/transaction-details/transaction-details.component.html
index 7311bf8f4..7a355f38d 100644
--- a/frontend/src/app/components/transaction/transaction-details/transaction-details.component.html
+++ b/frontend/src/app/components/transaction/transaction-details/transaction-details.component.html
@@ -267,7 +267,7 @@
}
@if (hasCpfp) {
-
+
}
diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index ecd98d979..0016ebf5f 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -69,7 +69,7 @@
- CPFP
+ Related Transactions
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss
index 7125a6b46..d35f26130 100644
--- a/frontend/src/app/components/transaction/transaction.component.scss
+++ b/frontend/src/app/components/transaction/transaction.component.scss
@@ -66,10 +66,6 @@
color: white;
}
-.btn-small-height {
- line-height: 1;
-}
-
.arrow-green {
color: var(--success);
}
diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss
index 98b89918e..de0630869 100644
--- a/frontend/src/styles.scss
+++ b/frontend/src/styles.scss
@@ -1403,4 +1403,8 @@ a {
color: var(--fg);
background-color: var(--primary);
border-color: var(--primary);
-}
\ No newline at end of file
+}
+
+.btn-small-height {
+ line-height: 1;
+}