Skip to content

Commit

Permalink
Special help link (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi authored Aug 13, 2024
1 parent a3855d0 commit d08b1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/layouts/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default function AppLayout() {
<MenuItem
to="/"
onClick={(e) => {
openLink("https://getalby.com/#help");
openLink("https://getalby.com/help");
e.preventDefault();
}}
>
Expand Down

0 comments on commit d08b1e2

Please sign in to comment.