• File: TipsTricksFooter.js
  • Full Path: /home/docteuh/www/plugins/really-simple-ssl/settings/src/Dashboard/TipsTricks/TipsTricksFooter.js
  • Date Modified: 06/18/2026 4:25 PM
  • File size: 412 bytes
  • MIME-type: text/html
  • Charset: utf-8
import { __ } from '@wordpress/i18n';
import {addUrlRef} from "../../utils/AddUrlRef";

const TipsTricksFooter = () => {


    return (
        <>
            <a href={addUrlRef("https://really-simple-ssl.com/knowledge-base-overview/")} target="_blank"rel="noopener noreferrer" className="button button-secondary">{ __("Documentation", "really-simple-ssl")}</a>
        </>

);

}
export default TipsTricksFooter