Delay block tx request, make leftover txes gray and fade out, remove unneeded assets and one paint blob

This commit is contained in:
Joshua Seigler 2019-04-09 17:30:18 -04:00
parent 4036462321
commit faaaf51a5b
12 changed files with 30 additions and 33 deletions

View file

@ -24,7 +24,7 @@ export const PAINT = {
'paint-big09.svg',
'paint-big10.svg',
'paint-big11.svg',
'paint-big12.svg'
'paint-big12.svg',
],
small: [
'paint01.svg',
@ -37,6 +37,5 @@ export const PAINT = {
'paint08.svg',
'paint09.svg',
'paint10.svg',
'paint11.svg',
]
};