From ade84013d1997ec6c7296b6f333ba8f973e422cd Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Sun, 22 Oct 2023 19:34:04 +0200 Subject: [PATCH] Move PC to the top --- src/components/player/atoms/settings/Downloads.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/player/atoms/settings/Downloads.tsx b/src/components/player/atoms/settings/Downloads.tsx index 11458f84..823ae0b9 100644 --- a/src/components/player/atoms/settings/Downloads.tsx +++ b/src/components/player/atoms/settings/Downloads.tsx @@ -16,6 +16,9 @@ export function DownloadView({ id }: { id: string }) {
+ router.navigate("/download/pc")}> + Downloading on PC + router.navigate("/download/ios")}> Downloading on iOS @@ -24,9 +27,6 @@ export function DownloadView({ id }: { id: string }) { > Downloading on Android - router.navigate("/download/pc")}> - Downloading on PC - @@ -56,7 +56,7 @@ export function CantDownloadView({ id }: { id: string }) { return ( <> router.navigate("/")}> - Playback settings + Download