Commit 2860ae8

Anton Medvedev <anton@medv.io>
2024-12-02 00:46:27
Add to list of badges
1 parent 124a4f2
Changed files (2)
badges
badges/thumbs-down/thumbs-down.ts
@@ -74,7 +74,7 @@ function count(reactions: Reaction[] | undefined) {
 function text(entries: Where[]): string {
   const lines: string[] = []
   for (const where of entries) {
-    lines.push(`* <a href="${where.url}">${where.count} ๐Ÿ‘</a>`)
+    lines.push(`* <a href="${where.url}">${where.count} ๐Ÿ‘Ž</a>`)
   }
   return lines.join('\n')
 }
badges/index.ts
@@ -25,6 +25,8 @@ export default [
   await import('./stars/stars.js'),
   await import('./the-ultimate-question/the-ultimate-question.js'),
   await import('./this-is-fine/this-is-fine.js'),
+  await import('./thumbs-down/thumbs-down.js'),
+  await import('./thumbs-up/thumbs-up.js'),
   await import('./time-of-commit/time-of-commit.js'),
   await import('./yeti/yeti.js'),
 ] as const // keep sorted