Skip to content

Commit

Permalink
fix(signup-link): clicking led to 404 (#9390)
Browse files Browse the repository at this point in the history
as it was an InternalLink rather than a true <a>
  • Loading branch information
LeoMcA authored Jul 26, 2023
1 parent 22c5441 commit 24bdfe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/ui/atoms/signup-link/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const SignUpLink = ({ toPlans = false, gleanContext = "" }) => {
return (
<Button
href={href}
target="_self"
extraClasses="mdn-plus-subscribe-link"
onClickHandler={() => gleanContext && gleanClick(gleanContext)}
>
Expand Down

0 comments on commit 24bdfe2

Please sign in to comment.