Merge pull request #4 from craigp1231/main

Fixing letter L in the word
This commit is contained in:
Hannah Park 2022-01-11 19:32:15 -05:00 committed by GitHub
commit b851abf35c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,8 +73,8 @@ export const InfoModal = ({ isOpen, handleClose }: Props) => {
<div className="flex justify-center mb-1 mt-4">
<Cell value="P" />
<Cell value="I" status="present" />
<Cell value="L" />
<Cell value="I" />
<Cell value="L" status="present" />
<Cell value="O" />
<Cell value="T" />
</div>