diff --git a/views/pages/index.ejs b/views/pages/index.ejs index d4c8be0..1c4898b 100644 --- a/views/pages/index.ejs +++ b/views/pages/index.ejs @@ -22,15 +22,15 @@
-
<%= kpis.tracked %>
+
${kpis.tracked}
Tracked
-
<%= kpis.active %> active
+
${kpis.active} active
-
<%= kpis.avg ?? '—' %>
+
${kpis.avg ?? '—'}
Avg rating
across active players
@@ -38,7 +38,7 @@
-
<%= kpis.climbing %>
+
${kpis.climbing}
Climbing
this month
@@ -46,7 +46,7 @@
-
<%= kpis.slipping %>
+
${kpis.slipping}
Slipping
this month