From 485b75cad2236e79e8b94af3569662cc8dbca815 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Thu, 3 Mar 2022 10:57:11 +0100 Subject: [PATCH] Link to arb transaction with a separate button --- public/arb.svg | 9 +++++++++ src/eventButton.js | 7 +++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 public/arb.svg diff --git a/public/arb.svg b/public/arb.svg new file mode 100644 index 0000000..a52ba3e --- /dev/null +++ b/public/arb.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/eventButton.js b/src/eventButton.js index 63cf313..ce08b72 100644 --- a/src/eventButton.js +++ b/src/eventButton.js @@ -50,10 +50,13 @@ const EventButton = (obj) => { } return ( - +
{obj.idx}: {eventSpecificInfo} - + + + +
) }