We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e69aa8 commit 8cdd2b9Copy full SHA for 8cdd2b9
src/Player.js
@@ -1,4 +1,5 @@
1
import {useState} from "react";
2
+import {Helmet} from "react-helmet";
3
4
import('./Player.css');
5
@@ -33,6 +34,10 @@ export default function Player({
33
34
<div className='player' style={{
35
zIndex: 999999
36
}}>
37
+ <Helmet titleTemplate="%s - Lofi Radio">
38
+ <meta charSet="utf-8" />
39
+ <title>{`${currentVideoData.title}`}</title>
40
+ </Helmet>
41
<div className='player_inner'>
42
<div className='player_inner__top'>
43
<div className='t_left'>
0 commit comments