Update AboutModal.tsx

This commit is contained in:
Christoph Stahl 2022-01-31 23:48:29 +00:00
parent 776f31ebc4
commit d065ffe6b6

View file

@ -9,12 +9,19 @@ export const AboutModal = ({ isOpen, handleClose }: Props) => {
return (
<BaseModal title="About" isOpen={isOpen} handleClose={handleClose}>
<p className="text-sm text-gray-500">
This is an open source clone of the game Wordle -{' '}
This is a honey powered fork of an open source clone of the game Wordle -{' '}
<a
href="https://git.k-fortytwo.de/christofsteel/honigle"
className="underline font-bold"
>
check out the code here
</a>{' '}
, {' '}
<a
href="https://github.com/hannahcode/wordle"
className="underline font-bold"
>
check out the code here
the original clone here
</a>{' '}
and{' '}
<a