Skip to content

Commit 557814b

Browse files
rfrf
authored andcommitted
chore(cwv): resolve conflicts
1 parent fec31eb commit 557814b

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

packages/docs/src/pages/methodology.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -304,19 +304,19 @@ import Layout from '../layouts/Layout.astro'
304304
</ul>
305305
</section>
306306

307-
<section id="core-web-vitals-desktop">
308-
<h3>Core Web Vitals Desktop</h3>
307+
<section id="core-web-vitals">
308+
<h3>Core Web Vitals</h3>
309309
<ul>
310310
<li>
311-
Core Web Vitals desktop metrics are sourced from <a
311+
Core Web Vital metrics are sourced from <a
312312
href="https://httparchive.org/reports/techreport/tech"
313313
target="_blank"
314314
rel="noopener noreferrer">HTTP Archive</a
315315
> technology reports.
316316
</li>
317317
<li>
318-
The docs publish framework-level desktop percentages from the latest
319-
collected HTTP Archive snapshot in the repository.
318+
The docs publish framework-level desktop and mobile percentages from the
319+
latest collected HTTP Archive snapshot in the repository.
320320
</li>
321321
<li>Metrics refresh monthly when new HTTP Archive data is collected.</li>
322322
</ul>

packages/docs/src/pages/run-time.astro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,5 @@ import DetailsLink from '../components/DetailsLink.astro'
5454
<h3>CWV Mobile</h3>
5555
<CoreWebVitalsCharts device="mobile" />
5656
<CoreWebVitalsTable device="mobile" />
57-
<DetailsLink
58-
href="/methodology#core-web-vitals-desktop"
59-
label="Core Web Vitals Desktop"
60-
/>
57+
<DetailsLink href="/methodology#core-web-vitals" label="Core Web Vitals" />
6158
</Layout>

0 commit comments

Comments
 (0)