This commit is contained in:
lingdocs 2022-09-16 18:06:21 +04:00
parent d7da19ff9a
commit 738b225f07
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ const Home: NextPage = () => {
<samp>{submissionStatus}</samp> <samp>{submissionStatus}</samp>
</div> </div>
<div className="text-center mt-4 text-muted"> <div className="text-center mt-4 text-muted">
<p className="lead">Made by <a className="em-link" href="https://lingdocs.com">LingDocs.com</a></p> <p className="lead">Made by <a className="em-link" href="https://lingdocs.com">LingDocs</a></p>
<p>Submissions are private. Nothing is kept on the server. See the <a className="em-link" href="https://github.com/lingdocs/rtl-epub-maker">source code here</a>.</p> <p>Submissions are private. Nothing is kept on the server. See the <a className="em-link" href="https://github.com/lingdocs/rtl-epub-maker">source code here</a>.</p>
</div> </div>
<FormatGuideModal show={showFormatGuide} onHide={() => setShowFormatGuide(false)} /> <FormatGuideModal show={showFormatGuide} onHide={() => setShowFormatGuide(false)} />