Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Flips Dedicated/Universal order on wallet prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrp13 committed Sep 15, 2023
1 parent 4d9b6d1 commit b1bb466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/create-app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ export async function createApp(config: CreateMagicAppConfig) {
name: 'product',
message: 'Choose your wallet type',
choices: [
{ name: 'universal', message: 'Universal' },
{ name: 'dedicated', message: 'Dedicated' },
{ name: 'universal', message: 'Universal' },
],
}).run();

Expand Down

0 comments on commit b1bb466

Please sign in to comment.