Skip to content

Commit b2c37b5

Browse files
Merge pull request #700 from plausible/fix-compare
Fix compare
2 parents c26e5e1 + 2cd33a2 commit b2c37b5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/compare-stats.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ You can also change the chart interval, [segment your audience](filters-segments
2424

2525
- Choose your comparison option from the drop-down.
2626

27-
<div class=browser>
28-
<video autoPlay loop muted controls width=100%>
29-
<source src={useBaseUrl('/video/compare-stats-over-time.mp4')} type=video/mp4 />
27+
<div class="browser">
28+
<video autoPlay loop muted controls width="100%">
29+
<source src={useBaseUrl('/video/compare-stats-over-time.mp4')} type="video/mp4" />
3030
</video>
3131
</div>
3232

@@ -38,14 +38,14 @@ The comparison appears in three places across your dashboard:
3838

3939
As with everything else on the dashboard, we'll save your comparison preference for your next visit.
4040

41-
<div class=browser>
42-
<img alt=Comparison chart src={useBaseUrl('img/v2/comparison-chart.webp')} />
41+
<div class="browser">
42+
<img alt="Comparison chart" src={useBaseUrl('img/v2/comparison-chart.webp')} />
4343
</div>
4444

4545
- Want to disable the comparison and get back to the regular view? Press the “**X**” key on your keyboard or choose “**Disable comparison**” in the comparison drop-down
4646

47-
<div class=browser>
48-
<img alt=Disable comparison src={useBaseUrl('img/v2/disable-comparison.webp')} />
47+
<div class="browser">
48+
<img alt="Disable comparison" src={useBaseUrl('img/v2/disable-comparison.webp')} />
4949
</div>
5050

5151
### Segment your audience

0 commit comments

Comments
 (0)