mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Improve transaction list title
This commit is contained in:
parent
2f09ab79d5
commit
7455a0fa32
@ -7,7 +7,7 @@ module.exports = function(transactions, network) {
|
||||
return h('details', [
|
||||
|
||||
h('summary', [
|
||||
h('div.font-small', {style: {display: 'inline'}}, 'Transaction Summary'),
|
||||
h('div.font-small', {style: {display: 'inline'}}, 'Transactions'),
|
||||
]),
|
||||
|
||||
h('.flex-row.flex-space-around', [
|
||||
|
Loading…
Reference in New Issue
Block a user