79509735

Date: 2025-03-14 16:51:54
Score: 0.5
Natty:
Report link

The easiest way is to copy the code Termly provides and loadit as HTML:

export default function Terms() {
    const termlyPolicy = `
        // PASTE HERE THE CODE FROM TERMLY
    `;

    return  <div className="p-6" dangerouslySetInnerHTML={{ __html: termlyPolicy }} />
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: miguelaeh