From 3edcbb842079535878672c63a141890b66c35d55 Mon Sep 17 00:00:00 2001 From: Hannah Park Date: Mon, 10 Jan 2022 10:11:17 -0500 Subject: [PATCH] config for deployment --- .env | 1 + src/components/modals/AboutModal.tsx | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..0b7ac92 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +CI= npm run build \ No newline at end of file diff --git a/src/components/modals/AboutModal.tsx b/src/components/modals/AboutModal.tsx index 7f01440..df9c675 100644 --- a/src/components/modals/AboutModal.tsx +++ b/src/components/modals/AboutModal.tsx @@ -54,9 +54,20 @@ export const AboutModal = ({ isOpen, handleClose }: Props) => {

- - 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 -{" "} + + check out the code here + {" "} + and{" "} + + play the original here +