From 2c1d3be68073420ddd723402dc2eb62d49bc8276 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Tue, 8 Mar 2022 17:35:12 +0100 Subject: [PATCH] Change cursors when hovering --- src/BlockViewer.js | 4 ++-- src/eventButton.js | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/BlockViewer.js b/src/BlockViewer.js index bb6eb8b..35529f3 100644 --- a/src/BlockViewer.js +++ b/src/BlockViewer.js @@ -7,11 +7,11 @@ const Block = (obj) => { const [thisDate, thisTime] = dateObj.toISOString().split('T'); return (
- + - + 🔗{obj.block}

📅{thisDate} - {thisTime.split('.')[0]}

diff --git a/src/eventButton.js b/src/eventButton.js index bf41c1b..be4d4af 100644 --- a/src/eventButton.js +++ b/src/eventButton.js @@ -26,13 +26,13 @@ const EventButton = (obj) => { eventTo =

To

- + - -
@@ -41,13 +41,13 @@ const EventButton = (obj) => { eventFrom =

From

- + - -
@@ -56,13 +56,13 @@ const EventButton = (obj) => { eventCaller =

Caller

- + - -