Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Adding a new rebus (#239)
Browse files Browse the repository at this point in the history
* Adding a new rebus

* removed trailing comma per travis test
  • Loading branch information
riddlogic authored and ollelauribostrom committed May 17, 2019
1 parent e3153b5 commit a9ea66f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/js/rebuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,11 @@ const rebuses = [
symbols: ['🌎', 'OF', '⚔', 'CRAFT'],
words: ['World', 'of', 'Warcraft'],
hint: ['Famous Blizzard online game']
},
{
symbols: ['🍯', '+', '🐝'],
words: ['honeybee'],
hint: ['An insect that makes a sweet treat.']
}
];

Expand Down

0 comments on commit a9ea66f

Please sign in to comment.