Skip to content

Commit

Permalink
fix: links to open first channel in sidebar and onboarding checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jul 13, 2024
1 parent 1380934 commit 8b0ce09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/SidebarHint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function SidebarHint() {
title="Open Your First Channel"
description="Deposit bitcoin by onchain or lightning payment to start using your new wallet."
buttonText="Begin Now"
buttonLink="/channels"
buttonLink="/channels/outgoing"
/>
);
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/screens/wallet/OnboardingChecklist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function OnboardingChecklist() {
checked: hasChannel,
to: canMigrateAlbyFundsToNewChannel
? "/onboarding/lightning/migrate-alby"
: "/channels",
: "/channels/outgoing",
},
{
title: "Send or receive your first payment",
Expand Down

0 comments on commit 8b0ce09

Please sign in to comment.