From 7508756b0080ae8299c451c1faeb4d6c8e3ae47c Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sun, 13 Jun 2021 18:05:25 +0100 Subject: [PATCH] Fix BAPS --- public/index.html | 2 +- src/App.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 01c3316..2d1fdc1 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - <title>BAPS3 Presenter + WebStudio | University Radio York diff --git a/src/App.tsx b/src/App.tsx index c215a68..3d585b1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -33,6 +33,7 @@ const App: React.FC = () => { } = useSelector((state: RootState) => state.session); if (process.env.REACT_APP_BAPSICLE_INTERFACE) { + document.title = "BAPS3 Presenter"; if (bapsConnectionState !== "CONNECTED") { return ; } else {