include link to source

This commit is contained in:
adueck 2022-10-24 16:10:05 +05:00
parent 0eee5dbb66
commit d4bbb51b0d
2 changed files with 3 additions and 1 deletions

View File

@ -55,6 +55,8 @@ const About = ({ state } : { state: State }) => (
<li>Email: dev234 AT lingdocs DOT com</li>
</ul>
<h3>License and Legal Info</h3>
<h4>Source Code</h4>
<p>This dictionary app is open sounce. The code is available <a href="https://github.com/lingdocs/pashto-dictionary">here on GitHub</a> and is licensed under an MIT License.</p>
<h4>Dictionary Content</h4>
<p>The contents of this dictionary are licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>, with the added stipulation that this material cannot be used or re-distributed by any people or groups involved with military, violence, or government intelligence work.</p>
{/* <h4>Dictionary Software/Code</h4>

View File

@ -276,7 +276,7 @@ function Wordlist({ options, wordlist, isolateEntry, optionsDispatch, user }: {
<li>Save text, audio, or visual context for words</li>
<li>Review words with Anki-style spaced repetition</li>
</ul>
{user ? <UpgradePrices source="wordlist" /> : <Link to="/account">Sign In</Link>}
{user && <UpgradePrices source="wordlist" />}
</div>
</div>
</div>;