Skip to content

Commit

Permalink
Remind users to turn off silent mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ifvictr committed Aug 22, 2020
1 parent adb4054 commit bafbb32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/components/MusicGenerator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const MusicGenerator = () => {

return (
<Flex
px={2}
sx={{
alignItems: 'center',
background:
Expand All @@ -93,11 +94,12 @@ const MusicGenerator = () => {
justifyContent: 'center',
left: 0,
position: 'fixed',
textAlign: 'center',
top: 0,
width: '100vw'
}}
>
Click anywhere to start the music.
Click anywhere to start the music. Don’t forget to turn off silent mode!
</Flex>
)
}
Expand Down

0 comments on commit bafbb32

Please sign in to comment.