Skip to content

Commit

Permalink
✨ add ❌ option to voting scales (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Sep 20, 2023
1 parent 49dd2a1 commit 6a8e99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scales.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const scales: Readonly<Map<string, string[]>> = new Map([
["Fibonacci", ["1", "2", "3", "5", "8", "13", "💬"]],
["T-shirt sizes", ["XS", "S", "M", "L", "XL", "💬"]],
["Fibonacci", ["1", "2", "3", "5", "8", "13", "💬", "❌"]],
["T-shirt sizes", ["XS", "S", "M", "L", "XL", "💬", "❌"]],
]);

export default scales;

0 comments on commit 6a8e99f

Please sign in to comment.