diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-07 02:28:32 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-07 02:28:32 -0700 |
| commit | 9e1370fb75cbe80edcd3e2c552a9f60ef2f2cc4c (patch) | |
| tree | 03d37e5a078b079b0b1bcb178e783bbd6892799b /src | |
| parent | 766428008399cbab83eb260c7d22524a72bb4b56 (diff) | |
fix: clarify instructions
Diffstat (limited to 'src')
| -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> |
