diff options
| -rw-r--r-- | src/components/InfoPopUp/index.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/InfoPopUp/index.tsx b/src/components/InfoPopUp/index.tsx index 9fa2f15..92ad52c 100644 --- a/src/components/InfoPopUp/index.tsx +++ b/src/components/InfoPopUp/index.tsx @@ -1,5 +1,3 @@ -import React from "react"; -// import { IoMusicalNoteOutline, IoHelpCircleOutline } from "react-icons/io5"; import { Button } from ".."; import * as Styled from "./index.styled"; @@ -15,13 +13,11 @@ export function InfoPopUp({ onClose }: Props) { <h1>HOW TO PLAY</h1> <Styled.Spacer /> <Styled.Section> - {/* <IoMusicalNoteOutline size={50} /> */} <p> - Listen to the intro, then find the correct song in the list. + Listen to the audio clip, then find the correct song in the list. </p> </Styled.Section> <Styled.Section> - {/* <IoHelpCircleOutline size={50} /> */} <p>Skipped or incorrect attempts unlock more of the intro.</p> </Styled.Section> <Styled.Section> |
