Skip to content

Commit 7f8718d

Browse files
PavelKopeckyMartinKolarik
authored andcommitted
feat: add a link to geodebug (#151)
1 parent a085fc7 commit 7f8718d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/probe/TabDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="flex grow flex-col gap-3 p-6">
1010
<p class="text-sm leading-[125%] text-bluegray-600 dark:text-bluegray-0">
1111
Location of the probe. If the auto-detected value is wrong, you can adjust it here.
12-
<span v-if="probe.allowedCountries.length > 1">The country can only be changed to one of the values reported by our GeoIP providers.</span>
12+
<span v-if="probe.allowedCountries.length > 1">The country can only be changed to one of the values reported by <NuxtLink :href="`https://geodebug.globalping.dev/${probe.ip}`" class="hover:underline" target="_blank">our GeoIP providers</NuxtLink>.</span>
1313
</p>
1414

1515
<div class="relative h-80 min-h-80 w-full grow rounded-md bg-surface-200 sm:h-auto dark:bg-dark-950">

0 commit comments

Comments
 (0)