Skip to content

Commit

Permalink
Added play pause emoji in title
Browse files Browse the repository at this point in the history
  • Loading branch information
Gopal Sharma authored and Gopal Sharma committed Oct 1, 2022
1 parent 8cdd2b9 commit b3a0c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Player.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Player({
}}>
<Helmet titleTemplate="%s - Lofi Radio">
<meta charSet="utf-8" />
<title>{`${currentVideoData.title}`}</title>
<title>{`${isPlaying?'⏸':'▶️'}${currentVideoData.title}`}</title>
</Helmet>
<div className='player_inner'>
<div className='player_inner__top'>
Expand Down

0 comments on commit b3a0c26

Please sign in to comment.