mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 19:26:37 +00:00
change desktop menu item text to reflect figma design
This commit is contained in:
parent
0ee2357c60
commit
30ea0cc24f
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class _DesktopMenuState extends ConsumerState<DesktopMenu> {
|
|||
DesktopMenuItem(
|
||||
duration: duration,
|
||||
icon: const DesktopBuyIcon(),
|
||||
label: "Buy",
|
||||
label: "Buy crypto",
|
||||
value: DesktopMenuItemId.buy,
|
||||
onChanged: updateSelectedMenuItem,
|
||||
controller: controllers[2],
|
||||
|
|
Loading…
Reference in a new issue