diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index d3e039e..e42890b 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -8,6 +8,8 @@ type Props = { connected: boolean, } +const isDesktop = window.innerWidth > 510; + export const Footer = ({ freeSpace, statistics, serverAddr, connected }: Props) => { return (