From d914df20ba96e4938c52e21fe18c35b2115aa204 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 9 Jul 2024 00:01:20 +0900 Subject: [PATCH] updating miner tag on tx page --- .../components/transaction/transaction.component.html | 6 +++--- .../components/transaction/transaction.component.scss | 10 +++++++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 28a68b424..b8b8602cb 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -676,9 +676,9 @@ Miner @if (pool) { - - {{ pool.name }} + + + {{ pool.name }} } @else { diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index f32d8d9ea..7db417126 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -324,4 +324,12 @@ .goggles-icon { display: block; width: 2.7em; -} \ No newline at end of file +} + +.pool-logo { + width: 15px; + height: 15px; + position: relative; + top: -1px; + margin-right: 2px; +}