79173396

Date: 2024-11-09 18:06:17
Score: 0.5
Natty:
Report link

There is no need to import the file into component you can only add the address to src of anchor tag.

<a
    href={./documents/policy.pdf}
    className={styles.footer__link}
    target="_blank"
    rel="noopener noreferrer"
>
    Policy
</a>;

you can Add download property for downloading the file.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eisa Rezaei