From 32d07bea214fd743ef1002d7750c080171341951 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Sun, 29 Dec 2024 05:07:36 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20increase=20spacing=20and?= =?UTF-8?q?=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/download/SuggestedMirror.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/download/SuggestedMirror.tsx b/src/components/download/SuggestedMirror.tsx index 838c51cf..8c86b53d 100644 --- a/src/components/download/SuggestedMirror.tsx +++ b/src/components/download/SuggestedMirror.tsx @@ -1,4 +1,4 @@ -import { MapPin } from 'lucide-react'; +import { MapPin, Download } from 'lucide-react'; import { type Mirror } from '../../types/download'; import { type UserLocation } from '../../lib/location'; @@ -10,24 +10,25 @@ interface SuggestedMirrorProps { export function SuggestedMirror({ mirror, userLocation, onSelect }: SuggestedMirrorProps) { return ( -
-
- +
+
+
-

Suggested Mirror

+

Suggested Mirror

Based on your location: {userLocation.city}, {userLocation.country}

-
-

{mirror.name}

+
+

{mirror.name}

{mirror.location}