Fixing letter L in the word

This commit is contained in:
Craig Phillips 2022-01-11 23:55:47 +00:00
parent 15bade98c1
commit a354d41c94

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>