mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
missing asset declaration
This commit is contained in:
parent
16113fd1d5
commit
96453e9054
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class _SVG {
|
|||
String get swap => "assets/svg/swap.svg";
|
||||
String get downloadFolder => "assets/svg/folder-down.svg";
|
||||
String get lock => "assets/svg/lock-keyhole.svg";
|
||||
String get lockOpen => "assets/svg/lock-open.svg";
|
||||
String get network => "assets/svg/network-wired.svg";
|
||||
String get networkWired => "assets/svg/network-wired-2.svg";
|
||||
String get addressBook => "assets/svg/address-book.svg";
|
||||
|
|
Loading…
Reference in a new issue