Replace all instances of "categorie" with "category" (#340)

This commit is contained in:
Nixinova
2021-05-29 10:56:22 +12:00
committed by GitHub
parent 8efbc753a4
commit f5d3883308
42 changed files with 50 additions and 50 deletions

View File

@@ -25,7 +25,7 @@
<div class="row fill-width">
<section class="categories">
<% for (const {score, title} of plugins.pagespeed.scores) { %>
<div class="categorie column">
<div class="category column">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="50" height="50" class="gauge <%= !Number.isNaN(score) ? (score >= 0.9 ? 'high' : score >= 0.5 ? 'average' : 'low') : '' %>">
<circle class="gauge-base" r="53" cx="60" cy="60"></circle>
<% if (!Number.isNaN(score)) { %>