From a19ffb884fce81452b8b89072645f6157c42f750 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 24 Jan 2024 00:15:10 +0700 Subject: [PATCH] Fixing broken info-link --- frontend/src/app/components/block/block.component.html | 4 ++-- .../src/app/components/transaction/transaction.component.html | 4 ++-- frontend/src/styles.scss | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html index 0cc7c5832..89699a68c 100644 --- a/frontend/src/app/components/block/block.component.html +++ b/frontend/src/app/components/block/block.component.html @@ -59,7 +59,7 @@ - Health  + Health
-

Actual Block

+

Actual Block

- Adjusted vsize + Adjusted vsize @@ -325,7 +325,7 @@ - Sigops + Sigops diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 8a4fe3c9a..c9f993870 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -1194,4 +1194,5 @@ app-global-footer { .info-link fa-icon { color: rgba(255, 255, 255, 0.4); + margin-left: 5px; }