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 + {' '}

)