Skip to content

Commit

Permalink
chore: casing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 9, 2024
1 parent d1697bc commit 4cca1e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:timestamp="crux && cruxStatus !== 'pending' ? crux.timestamp : lighthouse && lighthouseStatus !== 'pending' ? lighthouse.timestamp : undefined" />
<details class="max-w-[500px] text-gray-400">
<summary class="cursor-pointer">
About these results
about these results
</summary>
<p class="mt-4">
This tool uses the <a class="underline hover:text-green-400 focus:text-green-400 active:text-green-400"
Expand Down
8 changes: 4 additions & 4 deletions components/TheShareLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ async function nativeShare () {
<NuxtLink type="submit"
class="bg-green-400 text-black hover: hover:bg-white focus:bg-white active:bg-white text-xl md:text-2xl py-2 px-6 md:self-start mb-8"
:href="shareLink" @click.prevent="nativeShare">
Share results
share results
</NuxtLink>
<a v-if="type === 'crux'"
:href="`https://lookerstudio.google.com/c/u/0/reporting/bbc5698d-57bb-4969-9e07-68810b9fa348/page/keDQB?params=%7B%22origin%22:%22https://${domain}%22%7D`"
class="self-start underline text-gray-400 hover:text-green-400 focus:text-green-400 active:text-green-400">
Explore full results in the CrUX Dashboard &raquo;
explore full results in the CrUX Dashboard &raquo;
</a>
<a v-else :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;
see full results on PageSpeed Insights &raquo;
</a>
<span v-if="timestamp" class="text-gray-400">
Last updated at
last updated at
<NuxtTime :datetime="timestamp" dateStyle="full" timeStyle="medium" />.
</span>
</div>
Expand Down

0 comments on commit 4cca1e1

Please sign in to comment.