mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
paynym bot head icon
This commit is contained in:
parent
dcd7f312a5
commit
57dd566906
1 changed files with 8 additions and 0 deletions
|
@ -177,6 +177,14 @@ class _WalletNavigationBarState extends ConsumerState<WalletNavigationBar> {
|
||||||
"Paynym",
|
"Paynym",
|
||||||
style: STextStyles.w600_12(context),
|
style: STextStyles.w600_12(context),
|
||||||
),
|
),
|
||||||
|
const SizedBox(
|
||||||
|
width: 16,
|
||||||
|
),
|
||||||
|
SvgPicture.asset(
|
||||||
|
Assets.svg.robotHead,
|
||||||
|
height: 20,
|
||||||
|
width: 20,
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue