diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/InfoPopUp/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/InfoPopUp/index.tsx b/src/components/InfoPopUp/index.tsx index c4ceb5f..9fa2f15 100644 --- a/src/components/InfoPopUp/index.tsx +++ b/src/components/InfoPopUp/index.tsx @@ -22,7 +22,7 @@ export function InfoPopUp({ onClose }: Props) { </Styled.Section> <Styled.Section> {/* <IoHelpCircleOutline size={50} /> */} - <p>Skipped or incorrect attempts unlock more of the intro</p> + <p>Skipped or incorrect attempts unlock more of the intro.</p> </Styled.Section> <Styled.Section> <p>Answer in as few tries as possible and share your score!</p> |
