diff --git a/src/optionsMenu/AboutTab.tsx b/src/optionsMenu/AboutTab.tsx index 1a7c7a6..b79ae53 100644 --- a/src/optionsMenu/AboutTab.tsx +++ b/src/optionsMenu/AboutTab.tsx @@ -6,7 +6,7 @@ import { MYRADIO_BASE_URL, MYRADIO_NON_API_BASE } from "../api"; export function AboutTab() { return ( <> - +
WebStudio v{process.env.REACT_APP_VERSION}
MyRadio endpoint: {MYRADIO_BASE_URL}/{MYRADIO_NON_API_BASE}
Streaming server: {process.env.REACT_APP_WS_URL}