Skip to content

Commit

Permalink
first tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Mar 17, 2024
1 parent a07d5ff commit 9537780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/layout/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<div>
<Tooltip title="Settings" stylized={true}>
<button on:click={() => goto('/wallet/settings/node')}>
<button on:click={() => goto('/wallet/settings/general')}>
<Settings />
</button>
</Tooltip>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/wallet/settings/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h3 in:fade>Settings</h3>
<div in:fade>
<Button
text="Balance"
text="General"
on:click={() => goto('/wallet/settings/general')}
active={$page.url.pathname === '/wallet/settings/general'}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/wallet/settings/general/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.wrapper {
width: 100%;
height: calc(100% - 10px);
padding: 15px;
padding: 30px;
}
p {
Expand Down

0 comments on commit 9537780

Please sign in to comment.