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}