We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fede677 commit 7508756Copy full SHA for 7508756
public/index.html
@@ -24,7 +24,7 @@
24
work correctly both with client-side routing and a non-root public URL.
25
Learn how to configure a non-root public URL by running `npm run build`.
26
-->
27
- <title>BAPS3 Presenter</title>
+ <title>WebStudio | University Radio York</title>
28
</head>
29
<body>
30
<noscript>You need to enable JavaScript to run this app.</noscript>
src/App.tsx
@@ -33,6 +33,7 @@ const App: React.FC = () => {
33
} = useSelector((state: RootState) => state.session);
34
35
if (process.env.REACT_APP_BAPSICLE_INTERFACE) {
36
+ document.title = "BAPS3 Presenter";
37
if (bapsConnectionState !== "CONNECTED") {
38
return <BAPSSessionHandler />;
39
} else {
0 commit comments