Skip to content

Commit

Permalink
Update onboarding text
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Jul 18, 2024
1 parent 152b74a commit 609cc66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can talk to us on [Discord](https://discord.gg/hKvkrqa3zC).

### [Prax Marketing Site](https://praxwallet.com/): Marketing site for the Prax wallet

### Packages
### Packages

- context
- eslint-config
Expand Down Expand Up @@ -78,8 +78,8 @@ personal profile.
repository. Select the extension's build output directory
[`apps/extension/dist`](../apps/extension/dist).
4. Activate the extension to enter onboarding.
- You may set a blank password.
- You can pin the Prax extension button to your toolbar for quick access.
- You may set a blank password.
- You can pin the Prax extension button to your toolbar for quick access.

## Security

Expand Down
2 changes: 1 addition & 1 deletion apps/extension/src/routes/page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const PageIndex = () => {
window.close();
}}
>
Visit testnet web app
Visit web app
</Button>
</SplashPage>
);
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/src/routes/page/onboarding/success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const OnboardingSuccess = () => {
}}
className='mt-4'
>
Visit testnet web app
Visit web app
</Button>
</div>
</SplashPage>
Expand Down
1 change: 1 addition & 0 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ test coverage at the moment, but we should still strive to cover as
much as we can. If we do, our app will be far more resilient to changes.

Different kinds of testing examples:

- Zustand store tests: [apps/extension/src/state/password.test.ts](../apps/extension/src/state/password.test.ts)

### Vitest
Expand Down

0 comments on commit 609cc66

Please sign in to comment.