make the about page logo slightly less ludicrous
This commit is contained in:
parent
d3ac2f720a
commit
f9797a8731
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import { MYRADIO_BASE_URL, MYRADIO_NON_API_BASE } from "../api";
|
|||
export function AboutTab() {
|
||||
return (
|
||||
<>
|
||||
<img src={logo} style={{ filter: "invert(1)" }} />
|
||||
<img src={logo} style={{ filter: "invert(1)", maxHeight: 50 }} />
|
||||
<div><b>WebStudio v{process.env.REACT_APP_VERSION}</b></div>
|
||||
<div>MyRadio endpoint: <code>{MYRADIO_BASE_URL}</code>/<code>{MYRADIO_NON_API_BASE}</code></div>
|
||||
<div>Streaming server: <code>{process.env.REACT_APP_WS_URL}</code></div>
|
||||
|
|
Loading…
Reference in a new issue