Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Nov 26, 2024
1 parent 3bd78c1 commit 580c24d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web-wallet/src/routes/(app)/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<article class="settings-group">
<header class="settings-group__header">
<Icon path={mdiRestoreAlert} />
<h3 class="h4 settings-group__heading">Danger zone</h3>
<h3 class="h4 settings-group__heading">Reset wallet</h3>
</header>
<div class="settings-group__multi-control-content">
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ exports[`Settings > Resetting the wallet > should show an error if clearing loca
<h3
class="h4 settings-group__heading svelte-zikvd5"
>
Danger zone
Reset wallet
</h3>
</header>
Expand Down Expand Up @@ -1018,7 +1018,7 @@ exports[`Settings > should render the settings page displaying the status of the
<h3
class="h4 settings-group__heading svelte-zikvd5"
>
Danger zone
Reset wallet
</h3>
</header>
Expand Down Expand Up @@ -1536,7 +1536,7 @@ exports[`Settings > should render the settings page displaying the status of the
<h3
class="h4 settings-group__heading svelte-zikvd5"
>
Danger zone
Reset wallet
</h3>
</header>
Expand Down

0 comments on commit 580c24d

Please sign in to comment.