From 1ce78eb572300d67d34a3e8aa15eb66cb4d651a9 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Sat, 5 Mar 2022 21:07:24 +0100 Subject: [PATCH] Margin between each block, not each event --- src/BlockViewer.js | 2 +- src/eventButton.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BlockViewer.js b/src/BlockViewer.js index 585ca35..0ce2757 100644 --- a/src/BlockViewer.js +++ b/src/BlockViewer.js @@ -6,7 +6,7 @@ const Block = (obj) => { dateObj.setUTCSeconds(thisEpoch); const [thisDate, thisTime] = dateObj.toISOString().split('T'); return ( -
+
🔗{obj.block} diff --git a/src/eventButton.js b/src/eventButton.js index 95b25e9..8fb014a 100644 --- a/src/eventButton.js +++ b/src/eventButton.js @@ -49,7 +49,7 @@ const EventButton = (obj) => { } return ( -
+
{blockNumber}