Skip to content

Commit

Permalink
4.7.1 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-ptera authored Jan 6, 2024
1 parent 6550966 commit f0ddc88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v4.7.1 (January 6, 2024)

### Changed

- Removed reference to Vault when creating new wallet from home page.

## v4.7.0 (January 6, 2024)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thebananostand",
"version": "4.7.0",
"version": "4.7.1",
"scripts": {
"ng": "ng",
"start": "ng serve --open --host 0.0.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ import { SecretService } from '@app/services/secret.service';
</mat-expansion-panel>
</mat-accordion>
<div class="mat-body-2" style="margin-top: 24px; margin-bottom: 16px">
This secret text allows you to access your Banano using any wallet, such as
<a href="https://kalium.banano.cc/" target="_blank" class="link">Kalium</a> or
<a href="https://vault.banano.cc/" target="_blank" class="link">Banano Vault</a>.
This secret text allows you to access your Banano using any wallet, like
<a href="https://kalium.banano.cc/" target="_blank" class="link">Kalium</a>.
</div>
<div class="mat-body-2">
Losing this secret means losing access to your accounts.
Expand Down

0 comments on commit f0ddc88

Please sign in to comment.