Skip to content

Commit

Permalink
fix: prioritise link to source
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 1, 2024
1 parent aeb8272 commit 964a684
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
:href="shareLink" @click.prevent="nativeShare">
Share results
</NuxtLink>
<span v-if="results?.timestamp" class="text-gray-400">
Last updated at
<NuxtTime :datetime="results.timestamp" dateStyle="full" timeStyle="medium" />.
</span>
<a :href="`https://pagespeed.web.dev/analysis?url=https://${domain}`"
class="self-start underline text-gray-400 hover:text-green-400 focus:text-green-400 active:text-green-400">
See full results on PageSpeed Insights &raquo;
</a>
<span v-if="results?.timestamp" class="text-gray-400">
Last updated at
<NuxtTime :datetime="results.timestamp" dateStyle="full" timeStyle="medium" />.
</span>
</div>
</template>
</div>
Expand Down

0 comments on commit 964a684

Please sign in to comment.