import { Link as Anchor, Heading, VStack, chakra, Box, Flex, } from "@chakra-ui/react"; import NavLink from "next/link"; // import { GridMultiplexAd } from "components/special"; import { useRouter } from "next/router"; function OtherDownloads() { const router = useRouter(); return ( <> Looking for Something else? Here's some alternative ways & versions of Spotube that you can install try out
  • Install Spotube via Package Managers or AppStores
  • Download previous versions of Spotube
  • Download Bleeding Edge Nightly version of Spotube  (Nightly releases)
  • {/* */} ); } export default OtherDownloads;