Fixing letter L in the word
This commit is contained in:
parent
15bade98c1
commit
a354d41c94
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ export const InfoModal = ({ isOpen, handleClose }: Props) => {
|
||||||
|
|
||||||
<div className="flex justify-center mb-1 mt-4">
|
<div className="flex justify-center mb-1 mt-4">
|
||||||
<Cell value="P" />
|
<Cell value="P" />
|
||||||
<Cell value="I" status="present" />
|
<Cell value="I" />
|
||||||
<Cell value="L" />
|
<Cell value="L" status="present" />
|
||||||
<Cell value="O" />
|
<Cell value="O" />
|
||||||
<Cell value="T" />
|
<Cell value="T" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue