Skip to content

Commit

Permalink
[Landing Page] Fix broken User Guide button (#3066)
Browse files Browse the repository at this point in the history
Bug appeared in #2969
  • Loading branch information
imnasnainaec authored Apr 22, 2024
1 parent 8bee879 commit bc9f532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LandingPage/LandingButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function LandingButtons(
buttonId={`${idAffix}-login`}
/>
<LandingButton
onClick={openUserGuide}
onClick={() => openUserGuide()}
textId="userMenu.userGuide"
buttonId={`${idAffix}-guide`}
/>
Expand Down

0 comments on commit bc9f532

Please sign in to comment.