Skip to content

Commit

Permalink
🐛 fix buttonlink (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle authored Mar 1, 2024
1 parent a0e9a44 commit e8a346f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/components/src/Link/ButtonLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ export const ButtonLink = forwardRef<HTMLAnchorElement, ButtonLinkProps>(functio
locale={locale}
forwardedAs={NextLink}
prefetch={false}
href={{
pathname: href,
}}
href={href}
color="secondary"
variant="outlined"
ref={ref}
Expand Down

0 comments on commit e8a346f

Please sign in to comment.