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`.
-->
-
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 {