diff --git a/src/components/StyledLink/index.tsx b/src/components/StyledLink/index.tsx index d2658be7..3f82e954 100644 --- a/src/components/StyledLink/index.tsx +++ b/src/components/StyledLink/index.tsx @@ -42,6 +42,7 @@ export const StyledLink: FC> = ({ href={href} target={openNewTab ? '_blank' : '_self'} rel="noopener noreferrer" + download={download} > {children ?? href} {isExternalLink && icon ? : null}