Skip to content

Commit 9a31e08

Browse files
authored
fix: update link from CrUX Dashboard to CrUX Vis (#191)
1 parent ca5b656 commit 9a31e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/TheShareLink.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ async function nativeShare() {
5050
</NuxtLink>
5151
<a
5252
v-if="type === 'crux'"
53-
:href="`https://lookerstudio.google.com/c/u/0/reporting/bbc5698d-57bb-4969-9e07-68810b9fa348/page/keDQB?params=%7B%22origin%22:%22https://${domain}%22%7D`"
53+
:href="`https://cruxvis.withgoogle.com/#/?view=cwvsummary&url=https://${domain}`"
5454
class="self-start underline text-gray-400 hover:text-green-400 focus:text-green-400 active:text-green-400"
5555
>
56-
explore full results in the CrUX Dashboard &raquo;
56+
explore full results in CrUX Vis &raquo;
5757
</a>
5858
<a
5959
v-else

0 commit comments

Comments
 (0)