From 8d0955e02be06d9f2f51e7beb48578523031b87e Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 31 Jan 2022 23:48:29 +0000 Subject: [PATCH] Update AboutModal.tsx --- src/components/modals/AboutModal.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/modals/AboutModal.tsx b/src/components/modals/AboutModal.tsx index fcc7bff..581ab82 100644 --- a/src/components/modals/AboutModal.tsx +++ b/src/components/modals/AboutModal.tsx @@ -8,14 +8,20 @@ type Props = { export const AboutModal = ({ isOpen, handleClose }: Props) => { return ( -

- This is an open source word guessing game -{' '} + This is a honey powered fork of an open source word guessing game -{' '} check out the code here {' '} + and{' '} + + the original code here + {' '}

)