Fix links
The href attribute was never actually being set.
This commit is contained in:
@@ -209,6 +209,7 @@ export const Link = forwardRef(
|
||||
|
||||
if (href) {
|
||||
externalLinkProps = {
|
||||
href,
|
||||
target: "_blank",
|
||||
rel: "noreferrer noopener",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user