aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Game/index.tsx2
-rw-r--r--src/components/InfoPopUp/index.tsx2
-rw-r--r--src/components/Result/index.tsx4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Game/index.tsx b/src/components/Game/index.tsx
index 84ca282..6f6b736 100644
--- a/src/components/Game/index.tsx
+++ b/src/components/Game/index.tsx
@@ -10,7 +10,7 @@ import * as Styled from "./index.styled";
interface Props {
guesses: GuessType[];
- todaysSolution: any;
+ todaysSolution: Song;
currentTry: number;
didGuess: boolean;
setSelectedSong: React.Dispatch<React.SetStateAction<Song | undefined>>;
diff --git a/src/components/InfoPopUp/index.tsx b/src/components/InfoPopUp/index.tsx
index eb22b19..8df4a23 100644
--- a/src/components/InfoPopUp/index.tsx
+++ b/src/components/InfoPopUp/index.tsx
@@ -1,5 +1,5 @@
import React from "react";
-import { IoMusicalNoteOutline, IoHelpCircleOutline } from "react-icons/io5";
+// import { IoMusicalNoteOutline, IoHelpCircleOutline } from "react-icons/io5";
import { Button } from "..";
import * as Styled from "./index.styled";
diff --git a/src/components/Result/index.tsx b/src/components/Result/index.tsx
index 9fc7861..4aadbc6 100644
--- a/src/components/Result/index.tsx
+++ b/src/components/Result/index.tsx
@@ -40,7 +40,7 @@ export function Result({
<>
<Styled.ResultTitle>{textForTry[currentTry - 1]}</Styled.ResultTitle>
<Styled.SongTitle>
- Today's song is {todaysSolution.artist} - {todaysSolution.name}
+ Today&apos;s song is {todaysSolution.artist} - {todaysSolution.name}
</Styled.SongTitle>
<Styled.Tries>
You guessed it in {currentTry} {currentTry === 1 ? 'try' : 'tries'}.
@@ -59,7 +59,7 @@ export function Result({
<>
<Styled.ResultTitle>Unfortunately, thats wrong.</Styled.ResultTitle>
<Styled.SongTitle>
- Today's song is {todaysSolution.artist} - {todaysSolution.name}
+ Today&apos;s song is {todaysSolution.artist} - {todaysSolution.name}
</Styled.SongTitle>
<YouTube id={todaysSolution.youtubeId} />
<Button onClick={copyResult} variant="red">
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage