aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Result
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Result')
-rw-r--r--src/components/Result/index.tsx4
1 files changed, 2 insertions, 2 deletions
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