diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index f0b9a84..e3506bc 100755 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -302,7 +302,7 @@ export function App() { @@ -319,18 +319,19 @@ export function App() {
setShowSettings(!showSettings)}> - + {' '} setShowLanguages(!showLanguages)}> - + {showLanguages ? : null diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index e42890b..2e92127 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -18,12 +18,12 @@ export const Footer = ({ freeSpace, statistics, serverAddr, connected }: Props) Made with ❤️ on 🌍 - {' '} + {' '} {freeSpace ? `${freeSpace.trim()}iB` : '-'} {isDesktop ? - {' '} + {' '} {serverAddr ? `${serverAddr}:3022` : 'not defined'} : null @@ -31,13 +31,13 @@ export const Footer = ({ freeSpace, statistics, serverAddr, connected }: Props) {connected ? - : - + : + } window.open('https://github.com/marcobaobao/yt-dlp-web-ui')}> - +