diff --git a/web/components/src/Link/ButtonLink.tsx b/web/components/src/Link/ButtonLink.tsx index 0d60a84d2..d7ccae7f6 100644 --- a/web/components/src/Link/ButtonLink.tsx +++ b/web/components/src/Link/ButtonLink.tsx @@ -33,9 +33,7 @@ export const ButtonLink = forwardRef(functio locale={locale} forwardedAs={NextLink} prefetch={false} - href={{ - pathname: href, - }} + href={href} color="secondary" variant="outlined" ref={ref}