diff --git a/frontend/src/app/lightning/channel/channel-box/channel-box.component.html b/frontend/src/app/lightning/channel/channel-box/channel-box.component.html
index 04471d351..51daf4f05 100644
--- a/frontend/src/app/lightning/channel/channel-box/channel-box.component.html
+++ b/frontend/src/app/lightning/channel/channel-box/channel-box.component.html
@@ -40,7 +40,15 @@
+
+ Timelock delta |
+
+
+ |
+
-
\ No newline at end of file
+
+
+{{ i }} blocks
\ No newline at end of file
diff --git a/frontend/src/app/lightning/channel/channel-box/channel-box.component.scss b/frontend/src/app/lightning/channel/channel-box/channel-box.component.scss
index 1041633f6..300b98b11 100644
--- a/frontend/src/app/lightning/channel/channel-box/channel-box.component.scss
+++ b/frontend/src/app/lightning/channel/channel-box/channel-box.component.scss
@@ -11,3 +11,8 @@
width: 50%;
margin-top: auto;
}
+
+.shared-block {
+ color: #ffffff66;
+ font-size: 12px;
+}