diff --git a/frontend/src/app/components/transaction/transaction-raw.component.html b/frontend/src/app/components/transaction/transaction-raw.component.html index dd474164a..ff9a2abf3 100644 --- a/frontend/src/app/components/transaction/transaction-raw.component.html +++ b/frontend/src/app/components/transaction/transaction-raw.component.html @@ -97,7 +97,7 @@
-

Cluster Mempool Chunking

+

Cluster Mempool Chunkingbeta

Related Transactions

diff --git a/frontend/src/app/components/transaction/transaction-raw.component.scss b/frontend/src/app/components/transaction/transaction-raw.component.scss index 936e86ada..cf5d08818 100644 --- a/frontend/src/app/components/transaction/transaction-raw.component.scss +++ b/frontend/src/app/components/transaction/transaction-raw.component.scss @@ -150,6 +150,16 @@ } } +.cpfp-beta { + font-size: 10px; + padding: 3px 5px; +} + +h2 .cpfp-beta { + margin-left: 5px; + vertical-align: super; +} + .subtitle-block { display: flex; flex-direction: row; diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index a3ce2d3e7..bb6b33e3e 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -84,7 +84,7 @@
-

Cluster Mempool Chunking

+

Cluster Mempool Chunkingbeta

Related Transactions

diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index 942a68076..180eea926 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -206,6 +206,16 @@ bottom: -13px; } +.cpfp-beta { + font-size: 10px; + padding: 3px 5px; +} + +h2 .cpfp-beta { + margin-left: 5px; + vertical-align: super; +} + .subtitle-block { display: flex; flex-direction: row;