mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Link to arb transaction with a separate button
This commit is contained in:
parent
988904d4d0
commit
485b75cad2
9
public/arb.svg
Normal file
9
public/arb.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 129 KiB |
@ -50,10 +50,13 @@ const EventButton = (obj) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<a href={obj.transactionUrl} className="row">
|
<div className="row">
|
||||||
<img alt="" src="livepeer.png" width="30" height="30" />
|
<img alt="" src="livepeer.png" width="30" height="30" />
|
||||||
{obj.idx}: {eventSpecificInfo}
|
{obj.idx}: {eventSpecificInfo}
|
||||||
</a>
|
<a href={obj.transactionUrl}>
|
||||||
|
<img alt="" src="arb.svg" width="30" height="30" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user