Update AboutModal.tsx
This commit is contained in:
parent
776f31ebc4
commit
d065ffe6b6
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue