Replace all instances of "categorie" with "category" (#340)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<div class="row fill-width">
|
||||
<section class="categories">
|
||||
<% for (const [reaction, icon] of Object.entries({HEART:"❤️", THUMBS_UP:"👍", THUMBS_DOWN:"👎", LAUGH:"😄", CONFUSED:"😕", EYES:"👀", ROCKET:"🚀", HOORAY:"🎉"})) { const {score = 0, value:count = 0} = plugins.reactions.list[reaction] ?? {} %>
|
||||
<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 info">
|
||||
<circle class="gauge-base" r="53" cx="60" cy="60"></circle>
|
||||
<% if (score > 0) { %>
|
||||
|
||||
Reference in New Issue
Block a user