diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-26 21:51:16 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-26 21:51:16 -0700 |
| commit | f5b3acc42f3c77897c48da7815a9921c70255637 (patch) | |
| tree | 7a30e5d43a1c1cc7472b25689a3a7bdec27e81ba /src/components | |
| parent | d2277fbd25bd9d38080bfa7f0a6e4623d3cb559e (diff) | |
Add missing period
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> |
