footer, clear hints, dark mode

This commit is contained in:
Lynn
2022-01-02 01:52:58 +01:00
parent 82c21ee058
commit 35b96e2eba
3 changed files with 55 additions and 2 deletions

View File

@@ -45,6 +45,11 @@ function App() {
}}
/>
</div>
<footer className="App-footer">
By <a href="https://twitter.com/chordbug">@chordbug</a>, inspired by{" "}
<a href="https://www.powerlanguage.co.uk/wordle/">Wordle</a>,
hosted on <a href="https://github.com/lynn/hello-wordl">GitHub</a>.
</footer>
</>
);
}