config for deployment
This commit is contained in:
parent
1897915567
commit
3edcbb8420
2 changed files with 15 additions and 3 deletions
1
.env
Normal file
1
.env
Normal file
|
@ -0,0 +1 @@
|
|||
CI= npm run build
|
|
@ -54,9 +54,20 @@ export const AboutModal = ({ isOpen, handleClose }: Props) => {
|
|||
</Dialog.Title>
|
||||
<div className="mt-2">
|
||||
<p className="text-sm text-gray-500">
|
||||
- loved playing Wordle - decided to try writing it with
|
||||
React, Typescript, and Tailwind - code is open source and
|
||||
available here [link]
|
||||
This is an open source clone of the game Wordle -{" "}
|
||||
<a
|
||||
href="https://github.com/hannahcode/wordle"
|
||||
className="underline font-bold"
|
||||
>
|
||||
check out the code here
|
||||
</a>{" "}
|
||||
and{" "}
|
||||
<a
|
||||
href="https://www.powerlanguage.co.uk/wordle/"
|
||||
className="underline font-bold"
|
||||
>
|
||||
play the original here
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue