Skip to content

Commit

Permalink
update CWV scores with Oct data (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
apatel369 authored Nov 14, 2024
1 parent 9bbd890 commit a0ac463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/_components/landing-page/Islands.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import IslandGraphic from './IslandGraphic.astro';
<p class="text-astro-gray-300">Real-World Core Web Vitals</p>

<div class="mt-8 mb-5">
<IslandGraphic label="Astro" score="62" size="size-[22px]" icon="logos/astro" glow />
<IslandGraphic label="Astro" score="65" size="size-[22px]" icon="logos/astro" glow />
<IslandGraphic label="Gatsby" score="44" size="size-[19px]" icon="logos/gatsby" />
<IslandGraphic label="WordPress" score="43" icon="logos/wordpress" />
<IslandGraphic label="Next.js" score="27" icon="logos/next-js" />
<IslandGraphic label="Next.js" score="28" icon="logos/next-js" />
<IslandGraphic label="Nuxt" score="26" size="size-6" icon="logos/nuxt" />
</div>

Expand Down

0 comments on commit a0ac463

Please sign in to comment.