Skip to content

Commit

Permalink
fix(cat-voices): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac committed Sep 24, 2024
1 parent 5c19027 commit 5e4c51b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Describes the link wallet wallet during registration.
/// Describes the link wallet flow during registration.
enum LinkWalletStage {
/// The welcome screen for the link wallet flow.
intro,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ class SelectWalletDialog extends StatelessWidget {
Widget build(BuildContext context) {
return VoicesDesktopPanelsDialog(
left: const Column(
children: [Text('Left')],
children: [Text('Left 2')],
),
right: Column(
children: [
const Text('Right'),
const Text('Right 2'),
VoicesFilledButton(
leading: VoicesAssets.icons.wallet.buildIcon(),
onTap: () {
Expand Down

0 comments on commit 5e4c51b

Please sign in to comment.