diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html index 178fc19b6..89b1769e6 100644 --- a/frontend/src/app/components/block/block.component.html +++ b/frontend/src/app/components/block/block.component.html @@ -5,7 +5,7 @@
-

Block #{{ blockHeight }}

+

Block {{ blockHeight }}

@@ -167,4 +167,4 @@ -
\ No newline at end of file +
diff --git a/frontend/src/app/components/latest-blocks/latest-blocks.component.html b/frontend/src/app/components/latest-blocks/latest-blocks.component.html index 5b4d7b5c2..7061f8dda 100644 --- a/frontend/src/app/components/latest-blocks/latest-blocks.component.html +++ b/frontend/src/app/components/latest-blocks/latest-blocks.component.html @@ -8,7 +8,7 @@ - #{{ block.height }} + {{ block.height }} {{ block.timestamp * 1000 | date:'yyyy-MM-dd HH:mm' }} ago {{ block.tx_count }} diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 409a19e6e..0d2852cc0 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -38,7 +38,7 @@ Included in block - #{{ tx.status.block_height }} + {{ tx.status.block_height }}
 at {{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm' }}
 ( ago)