diff --git a/website/src/screens/About.tsx b/website/src/screens/About.tsx index a54259f..669ecb4 100644 --- a/website/src/screens/About.tsx +++ b/website/src/screens/About.tsx @@ -55,6 +55,8 @@ const About = ({ state } : { state: State }) => (
  • Email: dev234 AT lingdocs DOT com
  • License and Legal Info

    +

    Source Code

    +

    This dictionary app is open sounce. The code is available here on GitHub and is licensed under an MIT License.

    Dictionary Content

    The contents of this dictionary are licensed under a Creative Commons Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, 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.

    {/*

    Dictionary Software/Code

    diff --git a/website/src/screens/Wordlist.tsx b/website/src/screens/Wordlist.tsx index 8e40fc0..8266262 100644 --- a/website/src/screens/Wordlist.tsx +++ b/website/src/screens/Wordlist.tsx @@ -276,7 +276,7 @@ function Wordlist({ options, wordlist, isolateEntry, optionsDispatch, user }: {
  • Save text, audio, or visual context for words
  • Review words with Anki-style spaced repetition
  • - {user ? : Sign In} + {user && } ;