Skip to content

Commit

Permalink
feat: add message with the user link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Jan 22, 2025
1 parent 0ea9153 commit 9866039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<p class="font-bold">Make my probes public</p>
<div class="mt-3 flex">
<Checkbox v-model="publicProbes" class="mr-2 mt-px" binary input-id="publicProbes"/>
<label for="publicProbes">If enabled, your probes will be automatically tagged by <Tag class="text-nowrap bg-surface-0 font-normal dark:bg-dark-800" severity="secondary" :value="`u-${user.github_username}`"/>, allowing you to select them in measurements.</label>
<label for="publicProbes">If enabled, your probes will be automatically tagged by <Tag class="text-nowrap bg-surface-0 font-normal dark:bg-dark-800" severity="secondary" :value="`u-${user.github_username}`"/>, allowing you to select them in measurements. A list of your active probes will also be available at <NuxtLink class="font-semibold text-primary hover:underline" :to="`https://globalping.io/users/${user.github_username}`" target="_blank" rel="noopener">https://globalping.io/users/{{ user.github_username }}</NuxtLink>.</label>
</div>
</div>
</div>
Expand Down

0 comments on commit 9866039

Please sign in to comment.